Some minor cleanup and fixes
This commit is contained in:
+1
-1
@@ -294,7 +294,7 @@ class NWTree():
|
||||
tTree.append(tHandle)
|
||||
return tTree
|
||||
|
||||
def isValid(self, tHandle):
|
||||
def handleExists(self, tHandle):
|
||||
"""Check if a handle exists in the project.
|
||||
"""
|
||||
return tHandle in self._treeOrder
|
||||
|
||||
Reference in New Issue
Block a user