We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Max. Elevation values are being written to the Min. Elevation columns in the CSV. The two lines at https://github.com/kjkjava/garmin-connect-export/blob/master/gcexport.py#L277-L278 need to replace maxElevation with minElevation. I've made this change on my local copy and successfully tested.
Would you like to make the change or shall I fork, modify and create a pull request (assuming of course that this is a bug).
The text was updated successfully, but these errors were encountered:
Hi, I added this bug fix to my fork, which is pending pull request #15.
Sorry, something went wrong.
No branches or pull requests
Max. Elevation values are being written to the Min. Elevation columns in the CSV. The two lines at https://github.com/kjkjava/garmin-connect-export/blob/master/gcexport.py#L277-L278 need to replace maxElevation with minElevation. I've made this change on my local copy and successfully tested.
Would you like to make the change or shall I fork, modify and create a pull request (assuming of course that this is a bug).
The text was updated successfully, but these errors were encountered: