Fix traceback when saving service while in debug mode

This commit is contained in:
Tomas Groth 2014-11-11 12:34:47 +01:00
parent 9b517cd569
commit 2efdc97311
1 changed files with 1 additions and 1 deletions

View File

@ -494,7 +494,7 @@ class ServiceManager(OpenLPMixin, RegistryMixin, QtGui.QWidget, Ui_ServiceManage
service.append({'openlp_core': core}) service.append({'openlp_core': core})
return service return service
def save_file(self): def save_file(self, field=None):
""" """
Save the current service file. Save the current service file.