Missing format key

This commit is contained in:
Ken Roberts 2016-06-23 21:28:23 -07:00
parent 467c672339
commit c2d884df48
1 changed files with 1 additions and 0 deletions

View File

@ -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,