From d309221c0adeb98a3dbaa7ed0ba4695c289bbacf Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Mon, 28 Oct 2019 14:40:26 +0100 Subject: [PATCH] Typo ... --- nw/theme.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nw/theme.py b/nw/theme.py index f1a3b0c7..b09af9b0 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,moe="r",encoding="utf8")) + confParser.read_file(open(syntaxPath,more="r",encoding="utf8")) except Exception as e: self.theParent.makeAlert(["Could not load syntax file",str(e)],nwAlert.ERROR) return []