From 4d4836fac0fe373b9089b3402cf1e26d51b5cefc Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 28 May 2020 10:13:00 +0100 Subject: [PATCH] String --- theme.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.py b/theme.py index aa4ed353..2f883041 100644 --- a/theme.py +++ b/theme.py @@ -276,7 +276,7 @@ def setTheme(baseDir: str, name: str) -> bool: themes = getThemesList() for themeName in themes: if name == themeName.lower(): - themeFunctionName = setTheme + themeName + themeFunctionName = 'setTheme' + themeName themeFunctionName(baseDir) result = True