Skip to content

Commit

Permalink
Update cylc/flow/scripts/lint.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtim authored Jan 10, 2025
1 parent 404adc1 commit 316ded6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cylc/flow/scripts/lint.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def check_wallclock_directives(line: str) -> Union[Dict[str, str], bool]:
>>> this = check_wallclock_directives
>>> this(' -W 42:22')
{'directive': '-W 42:22'}
>>> this(' -W foo=42')
>>> this(' -W foo=42') # Legit PBS use case.
False
"""
for directive in set(WALLCLOCK_DIRECTIVES.values()):
Expand Down

0 comments on commit 316ded6

Please sign in to comment.