kbrbe / enrich-authority-csv

A python script that uses SRU APIs to complete a CSV file with missing data based on an available identifier column

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Correct progress bar counter

SvenLieber opened this issue · comments

The program seems to stop in the middle of the execution, the progress bar never reaches 100%.
However, the number of lines in the input and in the output match. Thus the whole input file is being processed and only the counting of the total rows that can be processed is wrong.