1659
1659
pb = ui.ui_factory.nested_progress_bar()
1660
1660
pb.update('', record_counter.current, record_counter.max)
1663
1663
if record_counter and record_counter.max > 0:
1664
1664
if counter == record_counter.STEP:
1665
1665
record_counter.increment(counter)