Skip to content

Commit

Permalink
Update cylc/flow/scheduler.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtim authored Feb 26, 2024
1 parent 12b19fc commit c8e7029
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.
# Allow -S and -D to take effect in Cylc VR.
# https://github.com/cylc/cylc-flow/issues/5968
self.options.rose_template_vars = []
self.options.defines = []
return WorkflowConfig(
Expand Down

0 comments on commit c8e7029

Please sign in to comment.