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:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user