Skip to content

Commit

Permalink
Merge pull request cylc#90 from wxtim/fix.rose-stem
Browse files Browse the repository at this point in the history
Changed opt 'flow_name' to 'workflow_name' in line with cylc-flow
  • Loading branch information
MetRonnie authored Nov 3, 2021
2 parents d7f5f06 + 4d141f5 commit 3167f53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cylc/rose/stem.py
Original file line number Diff line number Diff line change
Expand Up @@ -447,8 +447,8 @@ def process(self):
self.reporter(SuiteSelectionEvent(thissuite))

# Create a default name for the suite; allow override by user
if not self.opts.flow_name:
self.opts.flow_name = self._generate_name()
if not self.opts.workflow_name:
self.opts.workflow_name = self._generate_name()

return self.opts

Expand Down

0 comments on commit 3167f53

Please sign in to comment.