mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Ensure that local list has update URL
CURA-8587
This commit is contained in:
parent
532c7a2109
commit
cf7772a40a
3 changed files with 8 additions and 6 deletions
|
@ -237,7 +237,6 @@ class PackageList(ListModel):
|
|||
self._ongoing_requests["download_package"] = None
|
||||
self._requestInstall(package_id, update)
|
||||
|
||||
|
||||
def _downloadError(self, package_id: str, update: bool = False, reply: Optional["QNetworkReply"] = None, error: Optional["QNetworkReply.NetworkError"] = None) -> None:
|
||||
if reply:
|
||||
reply_string = bytes(reply.readAll()).decode()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue