1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-12-24 00:56:15 +01:00

- do_buildhistory: split args on slash

This commit is contained in:
Andreas Schwab 2015-04-11 08:34:59 +02:00
parent e610cb569a
commit b7912a78dd

View File

@ -5888,6 +5888,8 @@ Please submit there instead, or use --nodevelproject to force direct submission.
${cmd_option_list}
"""
args = slash_split(args)
if len(args) < 2 and is_package_dir('.'):
self.print_repos()