Some minor cleanup and fixes

This commit is contained in:
Veronica K. B. Olsen
2020-12-21 11:03:47 +01:00
parent dc16077205
commit 4509545214
3 changed files with 53 additions and 42 deletions
+1 -1
View File
@@ -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