tkrajina / gpxpy

gpx-py is a python GPX parser. GPX (GPS eXchange Format) is an XML based file format for GPS tracks.
Apache License 2.0
987 stars 223 forks source link

Typo in __repr__ of SimpleTZ #269

Closed Ephtolens closed 8 months ago

Ephtolens commented 8 months ago

Hi ! Pb in this line -> https://github.com/tkrajina/gpxpy/blob/cad36d545f867aa1a219104b4b11c8ac10250e77/gpxpy/gpxfield.py#L74 Should be f'SimpleTZ({self.tzname(None)}!r)' instead of 'SimpleTZ({self.tzname(None}!r)' I think

tkrajina commented 8 months ago

Fixed, thanks