Skip to content

Commit

Permalink
Tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottWales committed Dec 3, 2024
1 parent d271d9b commit 44554e6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cylc/flow/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,6 @@ async def reload_workflow(schd: 'Scheduler', reload_global: bool = False):
# give commands time to complete
sleep(1) # give any remove-init's time to complete


if reload_global:
# Reload global config if requested
LOG.info("Reloading the global configuration.")
Expand All @@ -373,7 +372,6 @@ async def reload_workflow(schd: 'Scheduler', reload_global: bool = False):
' again.'
)


# reload the workflow definition
schd.reload_pending = 'loading the workflow definition'
schd.update_data_store() # update workflow status msg
Expand Down

0 comments on commit 44554e6

Please sign in to comment.