forked from openlp/openlp
Unindented set progress max
This commit is contained in:
parent
e31787a3b4
commit
5b7421ee1f
@ -148,7 +148,7 @@ class EasyWorshipSongImport(SongImport):
|
||||
rec_count = (rec_count + record_size) / record_size
|
||||
block_list.append((cur_block_pos, rec_count))
|
||||
total_count += rec_count
|
||||
self.importWizard.progressBar.setMaximum(total_count)
|
||||
self.importWizard.progressBar.setMaximum(total_count)
|
||||
for block in block_list:
|
||||
cur_block_pos, rec_count = block
|
||||
db_file.seek(cur_block_pos + 6)
|
||||
|
Loading…
Reference in New Issue
Block a user