add stage 6 - update cutset paths to prepare

This commit is contained in:
Bailey Hirota 2025-06-12 00:21:52 +09:00 committed by Kinan Martin
parent cdf246ca1c
commit f3e59dfa4c

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"