Skip to content

Commit

Permalink
fix: include bug number failed baseline message
Browse files Browse the repository at this point in the history
  • Loading branch information
pyoor committed Jul 30, 2021
1 parent 205b839 commit f9d7078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bugmon/bugmon.py
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ def detect_config(self) -> Optional[BugConfiguration]:

if build_str is not None:
self.report(
f"Unable to reproduce bug using build {build_str}. "
f"Unable to reproduce bug {self.bug.id} using build {build_str}. "
+ "Without a baseline, bugmon is unable to analyze this bug."
)
else:
Expand Down

0 comments on commit f9d7078

Please sign in to comment.