aboutsummaryrefslogtreecommitdiff
path: root/quality_control/utils.py
AgeCommit message (Collapse)Author
2022-06-15Fix linting and type errorsFrederick Muriuki Muriithi
2022-05-19Extract progress indication from the parsingFrederick Muriuki Muriithi
Since progress indication is not part of the parsing, this commit extracts the progress indication into functions with well defined input arguments that hide the progress indication logic from the parsing function.