From 276e2f8654f669edda0dd992d432f5b3646f3172 Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Mon, 28 Oct 2019 14:43:51 +0100 Subject: [PATCH] Typo ... again! --- nw/theme.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nw/theme.py b/nw/theme.py index b09af9b0..70d101c6 100644 --- a/nw/theme.py +++ b/nw/theme.py @@ -279,7 +279,7 @@ class Theme: continue logger.verbose("Checking theme syntax for '%s'" % syntaxFile) try: - confParser.read_file(open(syntaxPath,more="r",encoding="utf8")) + confParser.read_file(open(syntaxPath,mode="r",encoding="utf8")) except Exception as e: self.theParent.makeAlert(["Could not load syntax file",str(e)],nwAlert.ERROR) return []