Skip to content

Commit bf93575

Browse files
committed
add commit message to log
1 parent 960e2bb commit bf93575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/shared.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def add_and_commit(repo_path, add_path, message):
9595
return
9696
repo.index.add([add_path])
9797
repo.index.commit(message)
98-
logging.info("Changes committed")
98+
logging.info(f"Changes committed: {message}")
9999
except InvalidGitRepositoryError:
100100
raise QuantifyingException(f"Invalid Git repository at {repo_path}", 2)
101101
except NoSuchPathError:

0 commit comments

Comments
 (0)