You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: