Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
BenWoodford opened this issue Jan 10, 2018 · 1 comment
Open

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

BenWoodford opened this issue Jan 10, 2018 · 1 comment

Comments

@BenWoodford
Copy link

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
Copy link

filcole commented Jan 4, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants