pe-st / garmin-connect-export

Download a copy of your Garmin Connect data, including stats and GPX tracks.
MIT License
376 stars 77 forks source link

allow session directory to work on first go #108

Closed rjl6789 closed 4 months ago

rjl6789 commented 7 months ago

On first use, garth tries to open auth file in the specified session directory - which doesn't exist as it's a first run. The file open exception isn't caught by GarthException. So the additions act as a fall back and catch the exception

pe-st commented 4 months ago

I incorporated your commit 83fc996 into the v4.4.0 release of today. Thx for your contribution!