versionone / VersionOne.SDK.Python

A library for custom Python development against the VersionOne Platform's REST-based API.
BSD 3-Clause "New" or "Revised" License
23 stars 32 forks source link

IndentationError in v1meta.py #34

Open ddraayer opened 8 years ago

ddraayer commented 8 years ago

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 commented 6 years ago

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