mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 23:17:32 -06:00
Use the new name of the function from Uranium's PackageManager
CURA-6979
This commit is contained in:
parent
46d3a73e7e
commit
d958e74467
1 changed files with 1 additions and 1 deletions
|
@ -681,7 +681,7 @@ class Toolbox(QObject, Extension):
|
|||
elif response_type == "subscribed_packages":
|
||||
user_subscribed = [(plugin['package_id'], plugin['package_version']) for plugin in json_data['data']]
|
||||
Logger.log("d", "User is subscribed to {} package(s).".format(len(user_subscribed)))
|
||||
user_installed = self._package_manager.getUserInstalledPackagesOnMarketplace()
|
||||
user_installed = self._package_manager.getUserSubscribedPackagesAndVersions()
|
||||
Logger.log("d", "User has installed locally {} package(s).".format(len(user_installed)))
|
||||
|
||||
# Check for discrepancies between Cura installed and Cloud subscribed packages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue