From dbf579b7b4803e3f5478bd0dd3870dd92f10f8a6 Mon Sep 17 00:00:00 2001 From: alexAubin <4533074+alexAubin@users.noreply.github.com> Date: Sat, 29 Jun 2024 18:31:51 +0000 Subject: [PATCH] :art: Format Python code with Black --- src/app.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app.py b/src/app.py index f01630d71..f7e17a269 100644 --- a/src/app.py +++ b/src/app.py @@ -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