Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtim committed Nov 5, 2024
1 parent 7a1ea26 commit 4b28c3a
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions cylc/rose/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@
MESSAGE = 'message'
ALL_MODES = 'all modes'
STANDARD_VARS = [
('ROSE_ORIG_HOST', get_host()),
('ROSE_VERSION', ROSE_VERSION),
('CYLC_VERSION', SET_BY_CYLC)
]
('ROSE_ORIG_HOST', get_host()),
('ROSE_VERSION', ROSE_VERSION),
('CYLC_VERSION', SET_BY_CYLC)
]


class NotARoseSuiteException(Exception):
Expand Down Expand Up @@ -124,9 +124,6 @@ def process_config(
if templating not in config_node.value:
config_node.set([templating])

# Get Rose Orig host:
rose_orig_host = get_host()

# For each section process variables and add standard variables.
for section in ['env', templating]:

Expand Down

0 comments on commit 4b28c3a

Please sign in to comment.