mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-05-24 08:44:54 -04:00
Ensure repo directory is created in new setup
This commit is contained in:
@@ -210,7 +210,7 @@ def main():
|
||||
if options.clean and os.path.exists(icon_dir):
|
||||
shutil.rmtree(icon_dir)
|
||||
if not os.path.exists(icon_dir):
|
||||
os.mkdir(icon_dir)
|
||||
os.makedirs(icon_dir)
|
||||
|
||||
warnings = 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user