Skip to content

Issue after cloning in repository: unexpected indent #45

@paytondowney

Description

@paytondowney

I got the following error after cloning and building looking at the CIS twinning tutorial. I inspected the interface_generator.py and it looks to be in order, is this an error in compiling? Ive tried both locally and on google collab.

File "/usr/local/lib/python3.11/dist-packages/IPython/core/interactiveshell.py", line 3553, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)

File "", line 2, in <cell line: 0>
from interfacemaster.interface_generator import core, convert_vector_index

File "/usr/local/lib/python3.11/dist-packages/interfacemaster/interface_generator.py", line 1672
"""
^
IndentationError: unexpected indent

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