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 76 forks source link

Only output message about uploading if we are uploading files #108

Closed caius closed 9 years ago

caius commented 9 years ago

This is the same fix as #107, but on top of the split branch.

Caveat: I've not actually managed to run python antfs-cli.py due to a missing constant by the looks of it:

$ python antfs-cli.py
Traceback (most recent call last):
  File "antfs-cli.py", line 50, in <module>
    "monitoring_b": File.Identifier.MONITORING_B,
AttributeError: class Identifier has no attribute 'MONITORING_B'
Tigge commented 9 years ago

The error is probably due to an old openant version. The constant was added in https://github.com/Tigge/openant/commit/518b4f23543f9e95505ca2ff7ad9ef219baf2ba4.