Fix test coverage of wordlist dialog
This commit is contained in:
@@ -151,7 +151,7 @@ class GuiProjectLoad(QDialog):
|
||||
|
||||
return
|
||||
|
||||
def __del__(self):
|
||||
def __del__(self): # pragma: no cover
|
||||
logger.debug("Delete: GuiProjectLoad")
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user