1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-09-21 09:46:19 +02:00

Fix typo in _private.api_build

This commit is contained in:
Daniel Mach 2023-01-20 13:18:30 +01:00
parent 5f69ad102a
commit 7e7e8a0690

View File

@ -34,7 +34,7 @@ class BuildHistory:
]
url_query = {}
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)