I tried running main.py just now and got this error:
...
Success: Kernel up-to-date
Traceback (most recent call last):
File "/users/syscom/repos/mirror-checker/main.py", line 46, in <module>
checker_result = project_class.check(data, project, current_time)
TypeError: check() takes 3 positional arguments but 4 were given
I'm guessing the problematic class is linuxmint, since it follows 'kernel' alphabetically.
I tried running main.py just now and got this error:
```
...
Success: Kernel up-to-date
Traceback (most recent call last):
File "/users/syscom/repos/mirror-checker/main.py", line 46, in <module>
checker_result = project_class.check(data, project, current_time)
TypeError: check() takes 3 positional arguments but 4 were given
```
I'm guessing the problematic class is linuxmint, since it follows 'kernel' alphabetically.
I tried running main.py just now and got this error:
I'm guessing the problematic class is linuxmint, since it follows 'kernel' alphabetically.
Yes it was, and fixed in
232a125139