From e4b9e6fdbd6ef0ae9493acf0c9406f8039f2945b Mon Sep 17 00:00:00 2001 From: Benjamin Labrecque Date: Thu, 9 Jul 2026 14:47:38 +0200 Subject: [PATCH] chore: update ui service manager of new service --- cli/src/core/git.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cli/src/core/git.py b/cli/src/core/git.py index 96646a9..4db5a9a 100644 --- a/cli/src/core/git.py +++ b/cli/src/core/git.py @@ -64,6 +64,8 @@ def git_push_changes( repo.index.reset(paths=files_to_stage) logger.info("Staging area successfully reset to clean state.") + raise e + logger.info("Successfully pushed!")