fabricebrito / ambit2gpx

Automatically exported from code.google.com/p/ambit2gpx
0 stars 0 forks source link

Typo in line 54 on ambit2gpx.py version 1.5 #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run the program with "python ambit2gpx.py test.xml"

What is the expected output? What do you see instead?
Expected result: A valid GPX file with "Done." reported to the command prompt.

Actual result: A string of errors leading to "In line 75: undefined symbol 
tmpext". An invalid GPX file is generated.

What version of the product are you using? On what operating system?
version 1.5 on the python script.
Any OS.

Please provide any additional information below.
The cause of the rror is a typo on line 54. there a variable "tempext"is 
defined. It should be "tmpext". Fixing this typo causes the program to run as 
expected.

Regards,
HMP

Original issue reported on code.google.com by hm.paran...@gmail.com on 4 Nov 2013 at 4:31

GoogleCodeExporter commented 8 years ago
Thank you for pointing this typo, your fix has been published in version 1.6 of 
script.
Regards.

Original comment by jconr...@gmail.com on 4 Nov 2013 at 6:43