Skip to content

Commit

Permalink
Fix url generation
Browse files Browse the repository at this point in the history
  • Loading branch information
iarspider committed Jan 20, 2025
1 parent 301a880 commit 61461dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildLogAnalyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ def makeHTMLLogFile(self, pkg):
linePartsUrl = re.compile(
r"(?P<full_path>(?:.*/"
+ self.release
+ r"/)?(?P<file>src/[^:(]+)[:(](?P<line>\d+)\)?):"
+ r"/)?src(?P<file>/[^:(]+)[:(](?P<line>\d+)\)?):"
)

if not pkg.name() in self.tagList:
Expand Down

0 comments on commit 61461dd

Please sign in to comment.