From 24d70c03dd3daced019e20903214c1755054e3e7 Mon Sep 17 00:00:00 2001 From: Marco Strigl Date: Thu, 19 Jan 2017 14:53:28 +0100 Subject: [PATCH] quote the proj and pkg on checkout url --- osc/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osc/core.py b/osc/core.py index b24ecccb..9bb66fb9 100644 --- a/osc/core.py +++ b/osc/core.py @@ -4816,7 +4816,7 @@ def checkout_package(apiurl, project, package, # before we create directories and stuff, check if the package actually # exists - show_package_meta(apiurl, project, package, meta) + show_package_meta(apiurl, quote_plus(project), quote_plus(package), meta) isfrozen = False if expand_link: