We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc52cbc commit 177372fCopy full SHA for 177372f
src/osa/job.py
@@ -115,7 +115,7 @@ def are_all_jobs_correctly_finished(sequence_list):
115
# we need to check all the subrun wise history files
116
# .../sequence_LST1_04180.XXXX.history
117
out, _ = historylevel(history_file, sequence.type)
118
- if out == 0:
+ if out == 1:
119
log.debug(f"Job {sequence.seq} ({sequence.type}) correctly finished")
120
continue
121
0 commit comments