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

IndentationError in v1meta.py #34

Open
ddraayer opened this issue Jul 9, 2016 · 1 comment
Open

IndentationError in v1meta.py #34

ddraayer opened this issue Jul 9, 2016 · 1 comment

Comments

@ddraayer
Copy link

ddraayer commented Jul 9, 2016

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?

@mtalexan
Copy link

Lots of forks of this unmaintained project have fixed this. Here's one:
https://github.com/mtalexan/VersionOne.SDK.Python

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