Skip to content

Commit 6886712

Browse files
committed
Merge pull request tobami#200 from str4d/fix-missing-package
Add missing package name
2 parents f6e9c37 + 710e264 commit 6886712

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codespeed/results.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def save_result(data):
8888
if p.repo_type not in ("N", ""):
8989
try:
9090
commit_logs = commits.get_logs(rev, rev, update=True)
91-
except CommitLogError as e:
91+
except commits.exceptions.CommitLogError as e:
9292
logger.warning("unable to save revision %s info: %s", rev, e,
9393
exc_info=True)
9494
else:

0 commit comments

Comments
 (0)