mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Fix XML material upgrade
CURA-3756
This commit is contained in:
parent
bccd4187a3
commit
593697e0ed
4 changed files with 110 additions and 6 deletions
|
@ -488,7 +488,7 @@ class CuraApplication(QtApplication):
|
|||
|
||||
self._plugin_registry.loadPlugins()
|
||||
|
||||
if self.getBackend() == None:
|
||||
if self.getBackend() is None:
|
||||
raise RuntimeError("Could not load the backend plugin!")
|
||||
|
||||
self._plugins_loaded = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue