mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-09 17:00:12 +01:00
Ensure repo directory is created in new setup
This commit is contained in:
parent
9cf282fdc1
commit
2dd67187fb
@ -210,7 +210,7 @@ def main():
|
|||||||
if options.clean and os.path.exists(icon_dir):
|
if options.clean and os.path.exists(icon_dir):
|
||||||
shutil.rmtree(icon_dir)
|
shutil.rmtree(icon_dir)
|
||||||
if not os.path.exists(icon_dir):
|
if not os.path.exists(icon_dir):
|
||||||
os.mkdir(icon_dir)
|
os.makedirs(icon_dir)
|
||||||
|
|
||||||
warnings = 0
|
warnings = 0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user