forked from openlp/openlp
Fix pep8
This commit is contained in:
parent
d0ed37e1d5
commit
ef7f0b1389
@ -538,7 +538,7 @@ class BibleImportForm(OpenLPWizard):
|
|||||||
elif self.field('source_format') == BibleFormat.WordProject:
|
elif self.field('source_format') == BibleFormat.WordProject:
|
||||||
if not self.field('wordproject_file'):
|
if not self.field('wordproject_file'):
|
||||||
critical_error_message_box(UiStrings().NFSs,
|
critical_error_message_box(UiStrings().NFSs,
|
||||||
WizardStrings.YouSpecifyFile % WizardStrings.WordProject)
|
WizardStrings.YouSpecifyFile % WizardStrings.WordProject)
|
||||||
self.wordproject_file_edit.setFocus()
|
self.wordproject_file_edit.setFocus()
|
||||||
return False
|
return False
|
||||||
elif self.field('source_format') == BibleFormat.WebDownload:
|
elif self.field('source_format') == BibleFormat.WebDownload:
|
||||||
|
Loading…
Reference in New Issue
Block a user