Skip to content

Commit 0e964e9

Browse files
committed
Merge branch 'main' into rename-scripts-present-tense
2 parents 0bf1fb4 + 47c6c61 commit 0e964e9

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)