forked from openlp/openlp
Fix traceback when saving service while in debug mode
This commit is contained in:
parent
9b517cd569
commit
2efdc97311
@ -494,7 +494,7 @@ class ServiceManager(OpenLPMixin, RegistryMixin, QtGui.QWidget, Ui_ServiceManage
|
||||
service.append({'openlp_core': core})
|
||||
return service
|
||||
|
||||
def save_file(self):
|
||||
def save_file(self, field=None):
|
||||
"""
|
||||
Save the current service file.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user