Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaehn committed Sep 20, 2023
1 parent 20271d9 commit 69e3ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_chain.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def __init__(self, casename):
self.casename = casename

self.chain_src_dir = os.getcwd()
self.path = os.path.join(self.chain_src_dir, self.casename)
self.path = os.path.join(self.chain_src_dir, 'cases', self.casename)
self.work_root = os.path.join(self.chain_src_dir, 'work')

# User-defined attributes from config file
Expand Down

0 comments on commit 69e3ecd

Please sign in to comment.