Skip to content

Commit

Permalink
fix: report success on pernosco before upload
Browse files Browse the repository at this point in the history
  • Loading branch information
pyoor committed Dec 6, 2022
1 parent e5c4d69 commit 492378f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions bugmon/bugmon.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,10 +280,11 @@ def _pernosco(self) -> None:
self.bug.id,
self.pernosco_creds,
)
self.report(
"Successfully recorded a pernosco session. "
"A link to the pernosco session will be added here shortly."
)

self.report(
"Successfully recorded a pernosco session. "
"A link to the pernosco session will be added here shortly."
)
elif isinstance(result, ReproductionPassed):
self.report(
"Bugmon was unable to record a pernosco session for this bug."
Expand Down

0 comments on commit 492378f

Please sign in to comment.