chore: update ui service manager of new service
This commit is contained in:
+1
-1
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user