stopping progress bar when lightcone
This commit is contained in:
parent
a24058e9e3
commit
c31cbb8242
1 changed files with 2 additions and 0 deletions
|
@ -225,6 +225,8 @@ def get_progress_from_logfile(filename):
|
||||||
pass
|
pass
|
||||||
elif "Fatal" in line or "Error" in line:
|
elif "Fatal" in line or "Error" in line:
|
||||||
return -1, -1
|
return -1, -1
|
||||||
|
elif "Everything done successfully, exiting." in line:
|
||||||
|
current_operation = total_operations
|
||||||
return current_operation, total_operations
|
return current_operation, total_operations
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue