fix error tag

This commit is contained in:
Tim Bentley 2015-02-28 07:04:41 +00:00
parent 4847efdfd6
commit 75bae159b0

View File

@ -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):
"""