Skip to content

Commit

Permalink
Fix comment indentation (NOAA-EMC#2526)
Browse files Browse the repository at this point in the history
Corrects comment indentation to satisfy PEP-8 complaints from pynorms.
  • Loading branch information
WalterKolczynski-NOAA committed Apr 23, 2024
1 parent d0e1cc8 commit f11bf3d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ci/scripts/utils/rocotostat.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,11 @@ def rocoto_statcount():
error_return = rocoto_status['UNKNOWN']
rocoto_state = 'UNKNOWN'
elif rocoto_status['RUNNING'] + rocoto_status['SUBMITTING'] + rocoto_status['QUEUED'] == 0:
#
# TODO for now a STALLED state will be just a warning as it can
# produce a false negative if there is a timestamp on a file dependency.
#
# error_return = -3
#
# TODO for now a STALLED state will be just a warning as it can
# produce a false negative if there is a timestamp on a file dependency.
#
# error_return = -3
rocoto_state = 'STALLED'
else:
rocoto_state = 'RUNNING'
Expand Down

0 comments on commit f11bf3d

Please sign in to comment.