misc updates

This commit is contained in:
Manuel Barkhau 2020-09-24 21:21:36 +00:00
parent b7cb2855f0
commit 56c9f9b36c
6 changed files with 77 additions and 173 deletions

View file

@ -241,7 +241,7 @@ def _bump(
try:
vcs_api = vcs.get_vcs_api()
except OSError:
logger.warning("Version Control System not found, aborting commit.")
logger.warning("Version Control System not found, skipping commit.")
filepaths = set(cfg.file_patterns.keys())