From 75bae159b034793c8894e4688f89fcc4455b06e6 Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Sat, 28 Feb 2015 07:04:41 +0000 Subject: [PATCH] fix error tag --- openlp/core/ui/thememanager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/core/ui/thememanager.py b/openlp/core/ui/thememanager.py index aff6745b7..0db4b12a7 100644 --- a/openlp/core/ui/thememanager.py +++ b/openlp/core/ui/thememanager.py @@ -358,7 +358,7 @@ class ThemeManager(OpenLPMixin, RegistryMixin, QtGui.QWidget, Ui_ThemeManager, R shutil.rmtree(os.path.join(self.path, theme).encode(encoding)) except OSError as os_error: shutil.Error = os_error - self.log_exception('Error deleting theme %s', theme) + self.log_exception('Error deleting theme %s' % theme) def on_export_theme(self, field=None): """