Merge branch 'dev' into text_align

This commit is contained in:
Veronica Berglyd Olsen
2021-06-10 22:52:47 +02:00
19 changed files with 285 additions and 311 deletions
+1
View File
@@ -43,6 +43,7 @@ class MockGuiMain():
return
def makeAlert(self, theMessage, theLevel):
assert isinstance(theMessage, str) or isinstance(theMessage, list)
print("%s: %s" % (str(theLevel), theMessage))
self.lastAlert = str(theMessage)
return