forked from openlp/openlp
pep8 fix
This commit is contained in:
parent
147e142d3f
commit
fa282cd103
@ -117,9 +117,9 @@ class WordsOfWorshipImport(SongImport):
|
|||||||
song_data.seek(66)
|
song_data.seek(66)
|
||||||
if song_data.read(16).decode() != 'CSongDoc::CBlock':
|
if song_data.read(16).decode() != 'CSongDoc::CBlock':
|
||||||
self.log_error(source,
|
self.log_error(source,
|
||||||
translate('SongsPlugin.WordsofWorshipSongImport',
|
translate('SongsPlugin.WordsofWorshipSongImport',
|
||||||
'Invalid Words of Worship song file. Missing "%s" string.')
|
'Invalid Words of Worship song file. Missing "%s" string.')
|
||||||
% 'CSongDoc::CBlock')
|
% 'CSongDoc::CBlock')
|
||||||
continue
|
continue
|
||||||
# Seek to the beginning of the first block
|
# Seek to the beginning of the first block
|
||||||
song_data.seek(82)
|
song_data.seek(82)
|
||||||
|
Loading…
Reference in New Issue
Block a user