Skip to content

Commit

Permalink
needed pynorms space after :
Browse files Browse the repository at this point in the history
  • Loading branch information
TerryMcGuinness-NOAA committed Jun 24, 2024
1 parent 236e5f6 commit f553a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/utils/rocotostat.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def is_stalled(rocoto_status):
error_return = rocoto_status['UNKNOWN']
rocoto_state = 'UNKNOWN'
elif is_stalled(rocoto_status):
rocoto_status = attempt_multiple_times(lambda:rocoto_statcount(rocotostat), 2, 120, ProcessError)
rocoto_status = attempt_multiple_times(lambda: rocoto_statcount(rocotostat), 2, 120, ProcessError)
if is_stalled(rocoto_status):
error_return = 3
rocoto_state = 'STALLED'
Expand Down

0 comments on commit f553a33

Please sign in to comment.