Skip to content

Commit

Permalink
LIU-205: Fixed path "run" to "runs" (mismatch between modules)
Browse files Browse the repository at this point in the history
  • Loading branch information
markaboulton committed Dec 13, 2021
1 parent ad6de4b commit 6682c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daliuge-engine/dlg/deploy/configs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def __init__(self):
def init_list(self): # TODO please fill in
HOME_DIR = os.environ['HOME']
ACCOUNT = os.environ['USER']
return [ACCOUNT, f"{HOME_DIR}/dlg/run", self.MODULES]
return [ACCOUNT, f"{HOME_DIR}/dlg/runs", self.MODULES]

class GalaxyMWAConfig(DefaultConfig):
def __init__(self):
Expand Down

0 comments on commit 6682c25

Please sign in to comment.