Begin testing text files

This commit is contained in:
Jamie Hardt
2022-01-11 14:26:38 -08:00
parent a48eccb0d0
commit 15ad328edc
2 changed files with 11 additions and 9 deletions

View File

@@ -99,6 +99,8 @@ def make_doc_template(page_size, filename, document_title,
def time_format(mins, zero_str="-"):
if mins is None:
return zero_str
if mins == 0. and zero_str is not None:
return zero_str
elif mins < 60.: