Skip to content

Commit

Permalink
re-added line deleted in error
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtim committed Oct 4, 2022
1 parent 24271f9 commit 0b0b88a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cylc/rose/stem.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,8 @@ def _this_suite(self):
if not os.path.isfile(suitefile):
raise RoseSuiteConfNotFoundException(suitedir)

self.opts.suite = suitedir

self._check_suite_version(suitefile)

return suitedir
Expand Down

0 comments on commit 0b0b88a

Please sign in to comment.