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
I am unable to import v1pysdk at all due to an indentation error:
>>> import v1pysdk
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "v1pysdk/__init__.py", line 10, in <module>
from v1meta import V1Meta
File "v1pysdk/v1meta.py", line 126
update_doc.append(node)
^
IndentationError: unindent does not match any outer indentation level
It appears there is an extra space on line 126 of v1meta.py that was introduced in a commit on 2015-Sep-10 (likely due to the use of unconventional tabstop widths). This is a very blatant problem; is anyone else experiencing this?
The text was updated successfully, but these errors were encountered:
I am unable to import v1pysdk at all due to an indentation error:
It appears there is an extra space on line 126 of v1meta.py that was introduced in a commit on 2015-Sep-10 (likely due to the use of unconventional tabstop widths). This is a very blatant problem; is anyone else experiencing this?
The text was updated successfully, but these errors were encountered: