mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-24 00:56:15 +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.read(root)
|
||||
r.apiurl = apiurl
|
||||
return r
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user