mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-14 00:06:15 +01:00
Merge pull request #1526 from bmwiedemann/makeurldebug
Readd makeurl debug output
This commit is contained in:
commit
da51547a68
@ -3656,6 +3656,7 @@ def makeurl(apiurl: str, path: List[str], query: Optional[dict] = None):
|
||||
query[f"{key}[]"] = value
|
||||
|
||||
query_str = urlencode(query, doseq=True)
|
||||
_private.print_msg("makeurl:", path_str+"?"+query_str, print_to="debug")
|
||||
|
||||
return urlunsplit((apiurl_scheme, apiurl_netloc, path_str, query_str, ""))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user