From ccc119ed8b8892bbcacc401ce5e13d58f3faf51b Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Sun, 1 Nov 2020 18:40:35 +0100 Subject: [PATCH] Fixed test --- tests/nwdummy.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/nwdummy.py b/tests/nwdummy.py index 313af767..4b5302b7 100644 --- a/tests/nwdummy.py +++ b/tests/nwdummy.py @@ -6,6 +6,7 @@ class DummyMain(): def __init__(self): self.mainConf = None + self.hasProject = True self.statusBar = StatusBar() return