add stage 6 - update cutset paths to prepare

This commit is contained in:
Bailey Hirota 2025-06-12 00:21:52 +09:00
parent da75835639
commit 78d4e50d0f

View File

@ -194,4 +194,9 @@ if [ $stage -le 5 ] && [ $stop_stage -ge 5 ]; then
fi
fi
log "prepare.sh: PREPARATION DONE"
if [ $stage -le 6 ] && [ $stop_stage -ge 6 ]; then
log "Stage 6: Update cutset paths"
python local/utils/update_cutset_paths.py
fi
log "prepare.sh: PREPARATION DONE"