This commit is contained in:
Bruno Perdigão
2024-08-31 13:50:01 -03:00
parent 8c94ef6e54
commit 48b630696f
@@ -204,6 +204,8 @@ def format_distance(
tx_dist = ""
if feet is not None:
tx_dist += str(feet) + "'"
if not feet and not add_inches:
tx_dist += str(feet) + "'"
if feet and add_inches:
tx_dist += " - "
if not feet and value < 0: