mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 06:54:28 -04:00
f6df420a61
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.