1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-09-07 13:48:43 +02:00

core.Request: Store apiurl the object was initialized from

This commit is contained in:
2023-02-10 11:18:57 +01:00
parent ac153a27fa
commit 09ad87c865

View File

@@ -4501,6 +4501,7 @@ def get_request(apiurl: str, reqid):
r = Request()
r.read(root)
r.apiurl = apiurl
return r