Skip to content

Commit

Permalink
[MegaLinter] Apply linters fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and megalinter-bot committed Oct 25, 2024
1 parent ec22965 commit a57ab25
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion megalinter/reporters/AzureCommentReporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,9 @@ def produce_report(self):
+ "See https://learn.microsoft.com/en-us/azure/devops/pipelines/"
+ "build/variables?view=azure-devops&tabs=yaml"
)
repository_name = SYSTEM_PULLREQUEST_SOURCEREPOSITORYURI.split("/")[-1].replace('%20', ' ')
repository_name = SYSTEM_PULLREQUEST_SOURCEREPOSITORYURI.split("/")[
-1
].replace("%20", " ")
repository = git_client.get_repository(
repository_name, SYSTEM_TEAMPROJECT
)
Expand Down

0 comments on commit a57ab25

Please sign in to comment.