mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Use package_infos to obtain the url
Contributes to CURA-8587
This commit is contained in:
parent
ec8254bca9
commit
9b7731a21b
1 changed files with 1 additions and 1 deletions
|
@ -289,5 +289,5 @@ class PackageList(ListModel):
|
|||
:param package_id: the package identification string
|
||||
"""
|
||||
self._manager.removePackage(package_id, force_add = True)
|
||||
url = self._manager.packagesWithUpdate[package_id]["download_url"]
|
||||
url = self._manager.package_infosWithUpdate[package_id]["download_url"]
|
||||
self.download(package_id, url, True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue