You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix FileNotFoundError of build_data.sh
$ ./build_data.sh
...
downloading html ...
Processed icpc2014autumn_i ... 2970/2972
downloading html ...
Processed icpc2014autumn_j ... 2971/2972
downloading html ...
Processed icpc2014autumn_k ... 2972/2972
Traceback (most recent call last):
File "./build_full_data.py", line 270, in <module>
main("./out/all_data.json")
File "./build_full_data.py", line 265, in main
with open(output_path, "w") as fp:
FileNotFoundError: [Errno 2] No such file or directory: './out/all_data.json'
* Fix .gitignore for webapp/src/
0 commit comments