Ensure that local list has update URL

CURA-8587
This commit is contained in:
Jaime van Kessel 2021-12-22 14:27:24 +01:00
parent 532c7a2109
commit cf7772a40a
3 changed files with 8 additions and 6 deletions

View file

@ -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()