Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
srdas opened this issue Oct 29, 2024 · 0 comments
Open

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

srdas opened this issue Oct 29, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@srdas
Copy link
Collaborator

srdas commented Oct 29, 2024

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.

@srdas srdas added the bug Something isn't working label Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant