Skip to content

Commit

Permalink
Added missing logs folder to 'setup' command.
Browse files Browse the repository at this point in the history
  • Loading branch information
HauHe committed Jul 23, 2024
1 parent c0dfee4 commit ba10ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/osemosys_step/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ def setup(path: str):
```
"""

dirs = ['data', ['data', 'scenarios'], 'model', 'results', 'steps']
dirs = ['data', ['data', 'scenarios'], 'logs', 'model', 'results', 'steps']

for d in dirs:
if type(d) == list:
Expand Down

0 comments on commit ba10ec4

Please sign in to comment.