We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8446a52 commit c1f660dCopy full SHA for c1f660d
NodeGraphQt/base/node.py
@@ -40,7 +40,7 @@ class NodeObject(object):
40
NODE_NAME = None
41
42
def __init__(self, qgraphics_item=None):
43
- assert qgraphics_item, 'qgraphics item cannot be None.'
+ assert qgraphics_item, 'qgraphics_item item cannot be None.'
44
self._graph = None
45
self._model = NodeModel()
46
self._model.type_ = self.type_
0 commit comments