Skip to content

Unrecognized/unnecessary arguments are passed to chat handler on /fix #1062

Open
@srdas

Description

When parsing the arguments from the chat when using the /fix command, the arguments passed include the error cell code content, which is then printed to stdout unnecessarily (this extra logging does not include the error itself, only the code content). This is shown below:
image

Solution: Rectify the error in the code to prevent this extra argument and consequent log item. The rest of the behavior of /fix is correct and it works as expected.

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions