mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-11 08:47:50 -06:00
Simplifications and cleanup
CURA-8587
This commit is contained in:
parent
d422e0d4ee
commit
d50dc59aac
4 changed files with 37 additions and 58 deletions
|
@ -128,7 +128,7 @@ class RemotePackageList(PackageList):
|
|||
# Setting the ownership of this object to not qml can still result in a RuntimeError. Which can occur when quickly toggling
|
||||
# between de-/constructing RemotePackageLists. This try-except is here to prevent a hard crash when the wrapped C++ object
|
||||
# was deleted when it was still parsing the response
|
||||
return
|
||||
continue
|
||||
|
||||
self._request_url = response_data["links"].get("next", "") # Use empty string to signify that there is no next page.
|
||||
self._ongoing_requests["get_packages"] = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue