mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-24 17:16:12 +01:00
- do_buildhistory: split args on slash
This commit is contained in:
parent
e610cb569a
commit
b7912a78dd
@ -5888,6 +5888,8 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
|||||||
${cmd_option_list}
|
${cmd_option_list}
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
args = slash_split(args)
|
||||||
|
|
||||||
if len(args) < 2 and is_package_dir('.'):
|
if len(args) < 2 and is_package_dir('.'):
|
||||||
self.print_repos()
|
self.print_repos()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user