Skip to content

Bug in parsing.py #3

@b4795

Description

@b4795

In:

cmd = Command(name=command_name, body=[], comment=None)

Where we read "comment=None" shouldn't it be "comment=[]"?

As it is right now, I foresee the possibility of an error in:

cmd.comments.append(c)

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