chore: update ui service manager of new service

This commit is contained in:
Benjamin Labrecque
2026-07-09 14:31:19 +02:00
parent 098aa74f17
commit 5168a13761
+1 -1
View File
@@ -52,7 +52,7 @@ def git_push_changes(
logger.info("Successfully pushed!")
except Exception as e:
logger.info(f"Git Operation Failed: {e}")
raise RuntimeError(f"Git Operation Failed: {e}") from e
def delete_local_branch(repo: git.Repo, branch_name: str):