Fix a few minor typing issues

This commit is contained in:
Veronica Berglyd Olsen
2022-10-20 12:14:09 +02:00
parent 58f8f98c6f
commit 85e48eb56a
3 changed files with 10 additions and 4 deletions
+1 -1
View File
@@ -814,7 +814,7 @@ class NWProject:
return True
def closeProject(self, idleTime=0):
def closeProject(self, idleTime=0.0):
"""Close the current project and clear all meta data.
"""
logger.info("Closing project: %s", self.projPath)