1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-09-20 01:06:17 +02:00

Merge branch 'browse_split_args' of https://github.com/marcus-h/osc

Slash split arguments in do_browse.
This commit is contained in:
Marcus Huewe 2021-07-20 15:23:03 +02:00
commit 41ba072481

View File

@ -4474,6 +4474,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
"""
apiurl = self.get_api_url()
args = slash_split(args)
package = None
if len(args) == 1: