Skip to content

Commit 49d4122

Browse files
author
Denis Druzhinin
committed
Update build.py to generate empty Images subfolders
1 parent 073102f commit 49d4122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
for theme in THEMES:
3333
try:
34-
os.makedirs(f'{BASE_DIR}/build/{theme}')
34+
os.makedirs(f'{BASE_DIR}/build/{theme}/Images')
3535
except Exception as e:
3636
print(e)
3737
finally:

0 commit comments

Comments
 (0)