mirror of
https://github.com/openSUSE/osc.git
synced 2025-09-06 21:28:42 +02:00
Fix typo in _private.api_build
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user