Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Oliver Sanders <[email protected]>
  • Loading branch information
wxtim and oliver-sanders authored Jan 23, 2025
1 parent 919950f commit a18e896
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cylc/flow/parsec/validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -1010,8 +1010,8 @@ def coerce_parameter_list(cls, value, keys):
>>> CylcConfigValidator.coerce_parameter_list('084_132', None)
['084_132']
>>> CylcConfigValidator.coerce_parameter_list('72, a', None)
['72', 'a']
>>> CylcConfigValidator.coerce_parameter_list('072, a', None)
['072', 'a']
"""
items = []
can_only_be = None # A flag to prevent mixing str and int range
Expand Down

0 comments on commit a18e896

Please sign in to comment.