Learn more about these different git repos.
Other Git URLs
d0b9725
@@ -3724,6 +3724,8 @@
# at this place (e.g. client without knowledge of such signatures)
# it should still display at least "method (arch)"
params = None
+ except ParameterError:
+ return '%s (%s, unknown args)' % (method, arch)
extra = ''
if method in ('build', 'maven'):
Split from #4209
Fixes https://pagure.io/koji/issue/4288
:thumbsup:
Metadata Update from @tkopecek: - Pull-request tagged with: testing-ready
@tkopecek shall we pull this into 1.35.2? It's related to another 1.35.2 issue, but not required for it. Otoh, it's a very small change.
Metadata Update from @mfilip: - Pull-request tagged with: testing-done
Commit 7d2a29c fixes this pull-request
Pull-Request has been merged by tkopecek
Split from #4209
Fixes https://pagure.io/koji/issue/4288