jdhorne / pycarwings2

Apache License 2.0
66 stars 65 forks source link

TabError: inconsistent use of tabs and spaces in indentation #27

Open BenWoodford opened 6 years ago

BenWoodford commented 6 years ago

There seems to be some tab/space inconsistency in the code. I assume older versions of Python are okay with this, but Python 3 throws an error

  File "/config/deps/lib/python3.6/site-packages/pycarwings2/responses.py", line 510
    self.answer = status
                       ^
TabError: inconsistent use of tabs and spaces in indentation
filcole commented 5 years ago

Fixed in my forked copy of pycarwings2, see https://github.com/filcole/pycarwings2