proposed fix for #3792

This commit is contained in:
Ryan Schultz
2023-09-25 10:32:06 -05:00
parent a970b40513
commit bf8ee909ff
@@ -180,10 +180,6 @@ def format_distance(
frac = 0
inches += 1
# Check values and compose string
if inches == 12:
feet += 1
inches = 0
if not isArea:
add_inches = bool(inches) or not suppress_zero_inches