Skip to content

Commit

Permalink
Make sure module_dependencies exists
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLastProject committed Mar 23, 2017
1 parent 4a27bca commit 4acc2d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pext/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1678,7 +1678,7 @@ def main() -> None:
config_retriever = ConfigRetriever()

# Ensure our necessary directories exist
for directory in ['', 'modules', 'profiles', 'profiles/default']:
for directory in ['', 'modules', 'module_dependencies', 'profiles', 'profiles/default']:
try:
os.mkdir(os.path.join(config_retriever.get_setting('config_path'), directory))
except OSError:
Expand Down

0 comments on commit 4acc2d3

Please sign in to comment.