From 1fe51dc48296c7d4cf3f14488f596eb7c3b4e72c Mon Sep 17 00:00:00 2001 From: Marcus Huewe Date: Thu, 1 Nov 2012 20:02:14 +0100 Subject: [PATCH] - do_repairlink: support "osc repairlink prj/pkg" syntax --- osc/commandline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osc/commandline.py b/osc/commandline.py index 38a4cf58..258c8847 100644 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -6700,7 +6700,7 @@ Please submit there instead, or use --nodevelproject to force direct submission. """ apiurl = self.get_api_url() - + args = slash_split(args) if len(args) >= 3 and len(args) <= 4: prj = args[0] package = target_package = args[1]