mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] meh, it's not haskell
This commit is contained in:
parent
9b08afc118
commit
cecaee4f13
1 changed files with 1 additions and 1 deletions
|
@ -347,7 +347,7 @@ def tools_postinstall(operation_logger, domain, password, ignore_dyndns=False,
|
|||
'/home/yunohost.app'
|
||||
]
|
||||
|
||||
for folder in filter(not os.path.exists, folders_to_create):
|
||||
for folder in filter(lambda x: not os.path.exists(x), folders_to_create):
|
||||
os.makedirs(folder)
|
||||
|
||||
# Change folders permissions
|
||||
|
|
Loading…
Add table
Reference in a new issue