1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-11-10 06:46:15 +01:00

Allow slash separated arguments in "osc rpmlintlog"

This commit is contained in:
Marcus Huewe 2017-09-01 10:51:28 +02:00
parent 38af00d509
commit b07ba53ad0

View File

@ -5224,6 +5224,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
osc rpmlintlog project package repository arch
"""
apiurl = self.get_api_url()
args = slash_split(args)
if len(args) == 4:
project, package, repository, arch = args