This commit is contained in:
Bruno Perdigão
2024-10-09 14:37:04 -03:00
parent 50c6cbcb2d
commit 0eb713a7ff
@@ -200,7 +200,7 @@ def format_distance(
inches = 0 inches = 0
if not isArea: if not isArea:
add_inches = bool(inches) or not suppress_zero_inches add_inches = bool(inches) or not suppress_zero_inches or (inches == 0 and frac)
tx_dist = "" tx_dist = ""
if feet: if feet:
tx_dist += str(feet) + "'" tx_dist += str(feet) + "'"