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:
parent
41187aa705
commit
24d70c03dd
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user