Program crashes #2

Closed
opened 2022-01-01 13:07:14 -05:00 by merenber · 1 comment
Owner

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.
r389li was assigned by merenber 2022-01-01 13:07:14 -05:00
Owner

Yes it was, and fixed in 232a125139

Yes it was, and fixed in 232a125139
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: public/mirror-checker#2
No description provided.