mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
How did we not find out about this huge typo earlier :|
This commit is contained in:
parent
194a0bb187
commit
cc5dc0e7a7
1 changed files with 1 additions and 1 deletions
|
@ -604,7 +604,7 @@ class BackupManager():
|
|||
ret_succeed = {hook: [path for path, result in infos.items() if result["state"] == "succeed"]
|
||||
for hook, infos in ret.items()
|
||||
if any(result["state"] == "succeed" for result in infos.values())}
|
||||
ret_failed = {hook: [path for path, result in infos.items.items() if result["state"] == "failed"]
|
||||
ret_failed = {hook: [path for path, result in infos.items() if result["state"] == "failed"]
|
||||
for hook, infos in ret.items()
|
||||
if any(result["state"] == "failed" for result in infos.values())}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue