Spaces:
Sleeping
Sleeping
ktsn-ud commited on
Commit ·
f80b863
1
Parent(s): 680845f
build_all内のスクリプトファイル名を修正
Browse files- scripts/build_all.py +2 -2
scripts/build_all.py
CHANGED
|
@@ -51,9 +51,9 @@ def main():
|
|
| 51 |
else:
|
| 52 |
log.info(".vec が見つからないため Step 6 をスキップします: %s", vec_path)
|
| 53 |
|
| 54 |
-
# Step 7:
|
| 55 |
run_step(
|
| 56 |
-
[sys.executable, "scripts/
|
| 57 |
) # needs projects.json
|
| 58 |
log.info("全ステップ完了")
|
| 59 |
|
|
|
|
| 51 |
else:
|
| 52 |
log.info(".vec が見つからないため Step 6 をスキップします: %s", vec_path)
|
| 53 |
|
| 54 |
+
# Step 7: circle names
|
| 55 |
run_step(
|
| 56 |
+
[sys.executable, "scripts/7_prepare_circle_names.py"]
|
| 57 |
) # needs projects.json
|
| 58 |
log.info("全ステップ完了")
|
| 59 |
|