Closed richardbrinkman closed 1 year ago
If you first check the solution without the
if __name__ == '__main__':
then correct it with the if clause, the checker still gives an error. Even if the peak solution shows two identical scripts.
if
This is probably caused by caching of
import task
in the checker.
Fixed in PR #147
If you first check the solution without the
then correct it with the
if
clause, the checker still gives an error. Even if the peak solution shows two identical scripts.This is probably caused by caching of
in the checker.