mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 06:27:26 -06:00
Merge branch 'master' of github.com:Ultimaker/Cura
This commit is contained in:
commit
c43a71084c
4 changed files with 110 additions and 6 deletions
|
@ -489,7 +489,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