Skip to content

Commit

Permalink
feature.stem installs to workflow name where workflow name is basenam…
Browse files Browse the repository at this point in the history
…e of stem suite
  • Loading branch information
wxtim committed Sep 13, 2022
1 parent c596df3 commit 65fc3e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cylc/rose/stem.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ def _generate_name(self):
basedir = os.path.abspath(self.opts.source)
else:
basedir = os.getcwd()
name = os.path.basename(basedir)
name = os.path.basename(os.path.dirname(basedir))
self.reporter(NameSetEvent(name))
return name

Expand Down

0 comments on commit 65fc3e8

Please sign in to comment.