mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-11 07:06:16 +01:00
Fix typo in _private.api_build
This commit is contained in:
parent
5f69ad102a
commit
7e7e8a0690
@ -34,7 +34,7 @@ class BuildHistory:
|
|||||||
]
|
]
|
||||||
url_query = {}
|
url_query = {}
|
||||||
if self._limit and self._limit > 0:
|
if self._limit and self._limit > 0:
|
||||||
query["limit"] = self._limit
|
url_query["limit"] = self._limit
|
||||||
|
|
||||||
root = api.get(self.apiurl, url_path, url_query)
|
root = api.get(self.apiurl, url_path, url_query)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user