diff --git a/openlp/core/ui/exceptionform.py b/openlp/core/ui/exceptionform.py index a951be5d0..4ab235c71 100644 --- a/openlp/core/ui/exceptionform.py +++ b/openlp/core/ui/exceptionform.py @@ -214,7 +214,7 @@ class ExceptionForm(QtWidgets.QDialog, Ui_ExceptionDialog, RegistryProperties): Settings().value(self.settings_section + '/last directory'), '{text} (*)'.format(text=UiStrings().AllFiles)) - log.info('New files(s) {files}'.format(str(files))) + log.info('New files(s) {files}'.format(files=str(files))) if files: self.file_attachment = str(files)