Apply suggestions from code review

This commit is contained in:
Alexandre Aubin 2023-10-22 18:53:57 +02:00 committed by GitHub
parent 74fd75ea33
commit 54bc79ed58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"))