Skip to content

Commit

Permalink
Update cylc/flow/cfgspec/globalcfg.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ronnie Dutta <61982285+MetRonnie@users.noreply.github.com>
  • Loading branch information
wxtim and MetRonnie authored Nov 26, 2020
1 parent 24fd840 commit 1aa283c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions cylc/flow/cfgspec/globalcfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,9 @@
appointed for a suite to start up on if an explicit host is not
provided as an option to a ``run`` or ``restart`` command.
''')
Conf(
'ports', VDR.V_INTEGER_LIST, list(range(43001, 43101)),
desc='''
A list of allowed ports for Cylc to use to run suites.
Conf('ports', VDR.V_INTEGER_LIST, list(range(43001, 43101)),
desc='''
A list of allowed ports for Cylc to use to run suites.
''')
Conf('condemned', VDR.V_ABSOLUTE_HOST_LIST, desc='''
Hosts specified in ``condemned hosts`` will not be considered
Expand Down

0 comments on commit 1aa283c

Please sign in to comment.