diff --git a/osc/commandline.py b/osc/commandline.py index 1d62904e..f616f11e 100644 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -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()