forked from openlp/openlp
added file open mode
This commit is contained in:
parent
1478636c97
commit
0c3985f88e
@ -68,7 +68,7 @@ class SundayPlusImport(SongImport):
|
||||
for filename in self.importSource:
|
||||
if self.stopImportFlag:
|
||||
return
|
||||
song_file = open(filename)
|
||||
song_file = open(filename, 'rb')
|
||||
self.doImportFile(song_file)
|
||||
song_file.close()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user