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:
parent
38af00d509
commit
b07ba53ad0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user