1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-09-06 13:18:42 +02:00

- do_buildhistory: split args on slash

This commit is contained in:
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()