Skip to content

Commit

Permalink
fixed path
Browse files Browse the repository at this point in the history
When path outside working directory, the ins path was not correct.
  • Loading branch information
djm87 committed Sep 1, 2023
1 parent f35f328 commit 5b70adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/milk_esg_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ def main():
"mx8G",
'False',
None,
str(opts.maud_batch_script)
str(opts.cwd.absolute() / opts.maud_batch_script)
)

if __name__ == "__main__":
Expand Down

0 comments on commit 5b70adc

Please sign in to comment.