mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
calculate_progress() would attempt to print a rel completion percentage even when no rels were found. the total size of the rels would thus be zero, resulting in a ZeroDivisionError. instead, we simply print em-dashes in the summary columns if no rels were found.