forked from openlp/openlp
Missed closing paren
This commit is contained in:
parent
c2d884df48
commit
d878d8b8cb
@ -142,7 +142,7 @@ class ExceptionForm(QtWidgets.QDialog, Ui_ExceptionDialog, RegistryProperties):
|
||||
description=description,
|
||||
traceback=traceback,
|
||||
system=system,
|
||||
libs=libraries)
|
||||
libs=libraries))
|
||||
|
||||
def on_save_report_button_clicked(self):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user