Added uninstall functionality

Get it in a sharable state

Contributes to: CURA-8587
This commit is contained in:
Jelle Spijker 2021-12-03 11:15:04 +01:00
parent 3b3d986058
commit 00acfe9d72
No known key found for this signature in database
GPG key ID: 6662DC033BE6B99A
2 changed files with 26 additions and 3 deletions

View file

@ -69,7 +69,6 @@ class CuraPackageManager(PackageManager):
def iterateAllLocalPackages(self) -> Generator[Dict[str, Any], None, None]:
""" A generator which returns an unordered list of all the PackageModels"""
# Get all the installed packages, add a section_title depending on package_type and user installed
for packages in self.getAllInstalledPackagesInfo().values():
for package_info in packages:
yield package_info