mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-24 17:16:12 +01:00
core.Request: Store apiurl the object was initialized from
This commit is contained in:
parent
ac153a27fa
commit
09ad87c865
@ -4501,6 +4501,7 @@ def get_request(apiurl: str, reqid):
|
|||||||
|
|
||||||
r = Request()
|
r = Request()
|
||||||
r.read(root)
|
r.read(root)
|
||||||
|
r.apiurl = apiurl
|
||||||
return r
|
return r
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user