Added docstring to the counting function

This commit is contained in:
Veronica K. B. Olsen
2019-11-18 19:56:12 +01:00
parent a5df5a151e
commit b667dcc6f7
+3
View File
@@ -582,6 +582,9 @@ class NWProject():
return True
def countStatus(self):
"""Count how many times the various status flags are used in the
project tree.
"""
self.statusItems.resetCounts()
self.importItems.resetCounts()
for nwItem in self.projTree.values():