Ryan Schultz
2024-09-09 20:01:32 -05:00
parent e7ad71b51d
commit 4917cd19a2
@@ -202,7 +202,7 @@ def format_distance(
if not isArea:
add_inches = bool(inches) or not suppress_zero_inches
tx_dist = ""
if feet is not None:
if feet:
tx_dist += str(feet) + "'"
if not feet and not add_inches:
tx_dist += str(feet) + "'"