mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 15:13:56 -06:00
Added uninstall functionality
Get it in a sharable state Contributes to: CURA-8587
This commit is contained in:
parent
3b3d986058
commit
00acfe9d72
2 changed files with 26 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue