Tigge / antfs-cli

Extracts FIT files from ANT-FS based sport watches such as Garmin Forerunner 60, 405CX, 310XT, 610 and 910XT.
MIT License
312 stars 77 forks source link

Fixed python shebang #161

Closed amitramon closed 7 years ago

amitramon commented 7 years ago

The shebang in the fixed files was /usr/bin/python, thus hard-coding the python interpreter that would be used. Fixed to the general /usr/bin/env python, that picks the interpreter base on the environment.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 6.272% when pulling 8d2173d52c3e610148d43ac8589203922acfa062 on amitramon:shebang-fix into da0863a0406a5bacf435f90af79d275fcf2c3150 on Tigge:master.

Tigge commented 7 years ago

Thank you.