Skip to content

Commit

Permalink
#1 Work in progress:
Browse files Browse the repository at this point in the history
-Documentation test

[ci skip]
  • Loading branch information
FABallemand committed Sep 1, 2023
1 parent a41a85b commit f34fa58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ezgpx/gpx_parser/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def find_precision(self, number: str) -> int:
except ValueError:
logging.exception("Could not convert data ({number}) to a floating point value.")
except Exception as err:
logging.exception(f"Unexpected {err=}, {type(err)=}.\nUnable to find precision of number: {number}")
logging.exception(f"Unexpected {err}, {type(err)}.\nUnable to find precision of number: {number}")
raise

def find_precisions(self):
Expand Down

0 comments on commit f34fa58

Please sign in to comment.