diff --git a/osc/core.py b/osc/core.py index d83363cf..62f401bc 100644 --- a/osc/core.py +++ b/osc/core.py @@ -4501,6 +4501,7 @@ def get_request(apiurl: str, reqid): r = Request() r.read(root) + r.apiurl = apiurl return r