mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Apply suggestions from code review
This commit is contained in:
parent
74fd75ea33
commit
54bc79ed58
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ class AppResourceManager:
|
|||
new.deprovision(context=context)
|
||||
elif todo == "update":
|
||||
logger.info(f"Reverting {name}...")
|
||||
old.sion_or_update(context=context)
|
||||
old.provision_or_update(context=context)
|
||||
except (KeyboardInterrupt, Exception) as e:
|
||||
if isinstance(e, KeyboardInterrupt):
|
||||
logger.error(m18n.n("operation_interrupted"))
|
||||
|
|
Loading…
Add table
Reference in a new issue