Skip to content
Snippets Groups Projects

Update src/tropolink/cluster.py

Merged Hervé Richard requested to merge hrichard-master-patch-70678 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -303,7 +303,7 @@ def check_status(njobs):
elif "COMPLETED" in linelist:
failed_status = 0
elif "FAILED" in linelist:
failed_status = -1
failed_status = 10
hours, minutes, seconds = linelist[-1].split(':')
# We can have number of day as day-hours
Loading