Skip to content

Commit

Permalink
Clear -S and -D from options to force reload
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtim committed Feb 26, 2024
1 parent 90356cc commit 12b19fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cylc/flow/scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -1267,6 +1267,8 @@ def _configure_contact(self) -> None:
def load_flow_file(self, is_reload=False):
"""Load, and log the workflow definition."""
# Local workflow environment set therein.
self.options.rose_template_vars = []
self.options.defines = []
return WorkflowConfig(
self.workflow,
self.flow_file,
Expand Down

0 comments on commit 12b19fc

Please sign in to comment.