mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Use existing plugin registry
Fix after merge cura 8587
This commit is contained in:
parent
ec58cd2d0e
commit
0cc9d8db68
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ class PackageList(ListModel):
|
||||||
|
|
||||||
self._license_model = LicenseModel()
|
self._license_model = LicenseModel()
|
||||||
|
|
||||||
plugin_path = PluginRegistry.getInstance().getPluginPath("Marketplace")
|
plugin_path = self._plugin_registry.getPluginPath("Marketplace")
|
||||||
if plugin_path is None:
|
if plugin_path is None:
|
||||||
plugin_path = os.path.dirname(__file__)
|
plugin_path = os.path.dirname(__file__)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue