mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07: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