forked from openlp/openlp
fixed songshowplus importer
This commit is contained in:
parent
8a29b97eef
commit
de54c419ce
@ -97,7 +97,7 @@ class SongShowPlusImport(SongImport):
|
||||
"""
|
||||
Receive a single file or a list of files to import.
|
||||
"""
|
||||
if isinstance(self.import_source, list):
|
||||
if not isinstance(self.import_source, list):
|
||||
return
|
||||
self.import_wizard.progressBar.setMaximum(len(self.import_source))
|
||||
for file in self.import_source:
|
||||
|
Loading…
Reference in New Issue
Block a user