Skip to content

Commit

Permalink
chore: fix mypy error
Browse files Browse the repository at this point in the history
  • Loading branch information
renatav committed Sep 18, 2024
1 parent 25a785a commit 6230e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taf/git.py
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ def all_commits_since_commit(
try:
return self.all_commits_on_branch(branch=branch, reverse=reverse)
except GitError as e:
self._log_warning(e)
self._log_warning(str(e))
return []

try:
Expand Down

0 comments on commit 6230e0b

Please sign in to comment.