mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 09:47:50 -06:00
Static methods cannot call class methods
This commit is contained in:
parent
d4556ba4c5
commit
d47f3c482f
1 changed files with 1 additions and 1 deletions
|
@ -713,7 +713,7 @@ class ContainerManager(QObject):
|
||||||
# Factory function, used by QML
|
# Factory function, used by QML
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def createContainerManager(engine, js_engine):
|
def createContainerManager(engine, js_engine):
|
||||||
return self.getInstance()
|
return ContainerManager()
|
||||||
|
|
||||||
def _performMerge(self, merge_into, merge):
|
def _performMerge(self, merge_into, merge):
|
||||||
assert isinstance(merge, type(merge_into))
|
assert isinstance(merge, type(merge_into))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue