🎨 Format Python code with Black

This commit is contained in:
alexAubin 2024-06-29 18:31:51 +00:00 committed by github-actions[bot]
parent e5b575901a
commit dbf579b7b4

View file

@ -863,7 +863,9 @@ def app_upgrade(
hook_remove(app_instance_name)
if "hooks" in os.listdir(extracted_app_folder):
for hook in os.listdir(extracted_app_folder + "/hooks"):
hook_add(app_instance_name, extracted_app_folder + "/hooks/" + hook)
hook_add(
app_instance_name, extracted_app_folder + "/hooks/" + hook
)
# Replace scripts and manifest and conf (if exists)
# Move scripts and manifest to the right place