1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-08-11 17:54:06 +02:00

quote the proj and pkg on checkout url

This commit is contained in:
Marco Strigl
2017-01-19 14:53:28 +01:00
parent 41187aa705
commit 24d70c03dd

View File

@@ -4816,7 +4816,7 @@ def checkout_package(apiurl, project, package,
# before we create directories and stuff, check if the package actually # before we create directories and stuff, check if the package actually
# exists # exists
show_package_meta(apiurl, project, package, meta) show_package_meta(apiurl, quote_plus(project), quote_plus(package), meta)
isfrozen = False isfrozen = False
if expand_link: if expand_link: