stopping progress bar when lightcone

This commit is contained in:
Mayeul Aubin 2025-04-22 13:53:50 +02:00
parent a24058e9e3
commit c31cbb8242

View file

@ -225,6 +225,8 @@ def get_progress_from_logfile(filename):
pass
elif "Fatal" in line or "Error" in line:
return -1, -1
elif "Everything done successfully, exiting." in line:
current_operation = total_operations
return current_operation, total_operations