Skip to content

Error when executing generator.py list index out of range #1

@mnegretev

Description

@mnegretev

I followed the instructions for installing the command generator (https://github.com/johaq/CommandGenerator) and generating the object.md, but when running the generator.py, I got the following error:

Traceback (most recent call last):
File "generator.py", line 93, in
object_names, object_categories_plural, object_categories_singular = parse_objects(objects_data)
File "generator.py", line 67, in parse_objects
parsed_categories_singular = [category[1] for category in parsed_categories]
File "generator.py", line 67, in
parsed_categories_singular = [category[1] for category in parsed_categories]
IndexError: list index out of range

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions