Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bin/update-schedule.py: Fix the fallback to the current year
Looks like I forgot to test that path. This fixes the following error: ``` wd = os.path.join(basedir, year) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "<frozen posixpath>", line 90, in join File "<frozen genericpath>", line 152, in _check_arg_types TypeError: join() argument must be str, bytes, or os.PathLike object, not 'int' ```
- Loading branch information