cs50 / problems

Checks for check50
134 stars 227 forks source link

Missing files in Mario More #229

Closed nihini-ivz closed 7 months ago

nihini-ivz commented 7 months ago

hi there, the init file for mario-less was changed 2 days ago to include the 12.txt file, BUT the mario-more program uses the same init files and now expects a 12.txt to be in your source and it is not, we are not able to compile our mario-more program at all at the moment. the errors are as follows: FileNotFoundError: [Errno 2] No such file or directory: '/home/ubuntu/.local/share/check50/cs50/problems/mario/more/12.txt' File "/usr/local/lib/python3.11/site-packages/check50/runner.py", line 148, in wrapper state = check(*args) ^^^^^^^^^^^^ File "/home/ubuntu/.local/share/check50/cs50/problems/mario/less/init.py", line 8, in exists check50.include("1.txt", "2.txt", "8.txt", "12.txt") File "/usr/local/lib/python3.11/site-packages/check50/_api.py", line 67, in include _copy((internal.check_dir / path).resolve(), cwd) File "/usr/local/lib/python3.11/site-packages/check50/_api.py", line 521, in _copy shutil.copytree(src, dst) File "/usr/local/lib/python3.11/shutil.py", line 559, in copytree with os.scandir(src) as itr: ^^^^^^^^^^^^^^^

nihini-ivz commented 7 months ago

Thank you, it is working! :) appreciate your VERY speedy assistance!