Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelle Spijker <spijker.jelle@gmail.com>2021-12-03 13:15:04 +0300
committerJelle Spijker <spijker.jelle@gmail.com>2021-12-03 15:27:30 +0300
commit00acfe9d72dcd77af586a8abe3c16c83f572c5e6 (patch)
tree5925a9e4a71072aaaf13b5f08f84ffe3166587c8 /cura/CuraPackageManager.py
parent3b3d9860581860939b4ef257e44045ef15c2ad27 (diff)
Added uninstall functionality
Get it in a sharable state Contributes to: CURA-8587
Diffstat (limited to 'cura/CuraPackageManager.py')
-rw-r--r--cura/CuraPackageManager.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/cura/CuraPackageManager.py b/cura/CuraPackageManager.py
index 34d8c5c61f..e6123c1947 100644
--- a/cura/CuraPackageManager.py
+++ b/cura/CuraPackageManager.py
@@ -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