Skip to content

Commit

Permalink
remove TODO reminders for the work just done
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtim committed Jan 16, 2020
1 parent 7193bf2 commit eb7ed18
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cylc/flow/cfgspec/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,8 +302,6 @@ def upg(cfg, descr):
['cylc', 'abort if any task fails'],
['cylc', 'events', 'abort if any task fails'])
u.obsolete('8.0.0', ['runtime', '__MANY__', 'job', 'shell'])
# TODO uncomment these deprecations when ready - see todo in
# [runtime][__MANY__] section.
for job_setting in [
'execution polling intervals',
'execution retry delays',
Expand All @@ -316,8 +314,6 @@ def upg(cfg, descr):
['runtime', '__MANY__', 'job', job_setting],
['runtime', '__MANY__', job_setting]
)
# TODO - there are some simple changes to the config (items from [remote]
# and [job] moved up 1 level for example) which should be upgraded here.
u.upgrade()

# Upgrader cannot do this type of move.
Expand Down

0 comments on commit eb7ed18

Please sign in to comment.