1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-02-04 18:46:17 +01: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
# exists
show_package_meta(apiurl, project, package, meta)
show_package_meta(apiurl, quote_plus(project), quote_plus(package), meta)
isfrozen = False
if expand_link: