Cura/plugins/Marketplace
Jelle Spijker 8b2ced122c
Explicitly close the downloaded curapackage
Sometime very small curapackage where download and the `canInstallChanged`
signal was emitted before the zipfile was completely processed.
This could result in a failed installation, which was often the case for
materials.

I also narrowed down the try-catch block.
2021-12-15 15:07:23 +01:00
..
resources Simplify enabled busy state 2021-12-14 17:49:25 +01:00
__init__.py Add Marketplace plug-in, starting a rewrite from the Toolbox 2021-10-19 13:06:04 +02:00
Constants.py Some final tweaks and added missing documentation 2021-12-07 09:48:48 +01:00
LocalPackageList.py Add missing return type 2021-12-13 12:01:37 +01:00
Marketplace.py Make plugin_registry protected 2021-12-13 11:57:00 +01:00
PackageList.py Explicitly close the downloaded curapackage 2021-12-15 15:07:23 +01:00
PackageModel.py Fix updating package 2021-12-13 15:17:19 +01:00
plugin.json Add Marketplace plug-in, starting a rewrite from the Toolbox 2021-10-19 13:06:04 +02:00
RemotePackageList.py Simplifications and cleanup 2021-12-13 15:13:00 +01:00
RestartManager.py Moved QObject out if TYPE_CHECKING statement 2021-12-08 16:14:59 +01:00