Skip to content

Commit 47c6c61

Browse files
committed
hotfix: add missing return args to shared.git_add_and_commit
1 parent e9087fe commit 47c6c61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/shared.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ def git_add_and_commit(args, repo_path, add_path, message):
108108
raise QuantifyingException(f"No such path: {repo_path}", 3)
109109
except Exception as e:
110110
raise QuantifyingException(f"Error during add and commit: {e}", 1)
111+
return args
111112

112113

113114
def git_push_changes(args, repo_path):

0 commit comments

Comments
 (0)