Skip to content

Commit 5577c27

Browse files
kmykkyuridenamida
authored andcommitted
webapp/ 関連の微修正 (kyuridenamida#114)
* 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/
1 parent f3cddc6 commit 5577c27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@ debug.py
1010
atcoder_tools.egg-info/
1111
build/
1212
dist/
13-
src/

webapp/build_data.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/env bash
22
mkdir -p ./src/auto_generated/
3+
mkdir -p ./src/out/
34
cd ./data_builder/
45
./prepare.sh
56
python3 -m compileall ./build_full_data.py
6-
python3 ./__pycache__/build_full_data.*.pyc
7+
python3 ./__pycache__/build_full_data.*.pyc

0 commit comments

Comments
 (0)