raulcd commented on code in PR #12882:
URL: https://github.com/apache/arrow/pull/12882#discussion_r850470351
##########
dev/archery/archery/crossbow/reports.py:
##########
@@ -173,10 +173,15 @@ def url(self, query):
repo_url = self.job.queue.remote_url.strip('.git')
return '{}/branches/all?query={}'.format(repo_url, query)
+ def branch_url(self, branch):
+ repo_url = self.job.queue.remote_url.strip('.git')
Review Comment:
Thanks for that, I did copy&paste from the existing url extraction, I have
modified the original one
(https://github.com/apache/arrow/blob/master/dev/archery/archery/crossbow/reports.py#L173)
to solve that issue too!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]