dtcooper / python-fitparse

Python library to parse ANT/Garmin .FIT files
http://pythonhosted.org/fitparse/
MIT License
738 stars 184 forks source link

Unterminated file fix - See the .csv PR first #114

Closed scott-phillips-ah closed 3 years ago

MeisterP commented 4 years ago
======================================================================
ERROR: test (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: test
Traceback (most recent call last):
  File "/usr/lib/python3.7/unittest/loader.py", line 436, in _find_test_path
    module = self._get_module_from_name(name)
  File "/usr/lib/python3.7/unittest/loader.py", line 377, in _get_module_from_name
    __import__(name)
  File "/python-fitparse/tests/test.py", line 421
    f.
     ^
SyntaxError: invalid syntax
scott-phillips-ah commented 4 years ago

Fixed, that was a typo on my part

scott-phillips-ah commented 3 years ago

Fixed, ready for review.

pR0Ps commented 3 years ago

Thanks, I'm still looking into the CSV changes but I've merged just this fix to master in 7c0b764