From c2d884df485fb7ccf0dbc784b11b3d3738a487d5 Mon Sep 17 00:00:00 2001 From: Ken Roberts Date: Thu, 23 Jun 2016 21:28:23 -0700 Subject: [PATCH] Missing format key --- openlp/core/ui/exceptionform.py | 1 + 1 file changed, 1 insertion(+) diff --git a/openlp/core/ui/exceptionform.py b/openlp/core/ui/exceptionform.py index 849ec291c..962ebcd93 100644 --- a/openlp/core/ui/exceptionform.py +++ b/openlp/core/ui/exceptionform.py @@ -135,6 +135,7 @@ class ExceptionForm(QtWidgets.QDialog, Ui_ExceptionDialog, RegistryProperties): system += 'Desktop: Xfce\n' # NOTE: This needs to return a string that format() will use. See __init__.self.report_text for names. return ("version='{version}', " + "system='{system}', " "description='{description}', " "traceback='{traceback}', " "libs='{libs}'").format(version=openlp_version,