Skip to content

IndentationError in v1meta.py #34

@ddraayer

Description

@ddraayer

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions