Skip to content

Commit

Permalink
Update build.py to generate empty Images subfolders
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Druzhinin committed Mar 23, 2020
1 parent 073102f commit 49d4122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

for theme in THEMES:
try:
os.makedirs(f'{BASE_DIR}/build/{theme}')
os.makedirs(f'{BASE_DIR}/build/{theme}/Images')
except Exception as e:
print(e)
finally:
Expand Down

0 comments on commit 49d4122

Please sign in to comment.