Skip to content

Commit cc4c9c3

Browse files
madunnMiles Dunnmyakove
authored
Correct URL getting logged to be the right address (#166)
Co-authored-by: Miles Dunn <mdunn@localhost.localdomain> Co-authored-by: Meni Yakove <441263+myakove@users.noreply.github.com>
1 parent cdd028f commit cc4c9c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/report/report.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ def _get_open_bugs(
680680
if len(open_bugs) > 0:
681681
self.logger.info(f"Found open bugs for job {job_name}:")
682682
for bug in open_bugs:
683-
self.logger.info(f"{jira.url}browse/{bug}")
683+
self.logger.info(f"{jira.url}/browse/{bug}")
684684

685685
return open_bugs
686686
else:

0 commit comments

Comments
 (0)