File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -298,7 +298,7 @@ def getCommandLine(chunk):
298
298
raise RuntimeError ("The project needs to be saved to use plugin nodes" )
299
299
saved_graph = loadGraph (chunk .node .graph .filepath )
300
300
if (str (chunk .node ) not in [str (f ) for f in saved_graph ._nodes ._objects ]
301
- or chunk .node ._uids [ 0 ] != saved_graph .findNode (str (chunk .node ))._uids [ 0 ] ):
301
+ or chunk .node ._uid != saved_graph .findNode (str (chunk .node ))._uid ):
302
302
raise RuntimeError ("The changes needs to be saved to use plugin nodes" )
303
303
304
304
cmdPrefix = ""
@@ -342,7 +342,7 @@ def getCommandLine(chunk):
342
342
343
343
return command
344
344
345
- # you may use these to esplicitly define Pluginnodes
345
+ # you may use these to explicitly define Pluginnodes
346
346
class PluginNode (desc .Node ):
347
347
pass
348
348
You can’t perform that action at this time.
0 commit comments