Skip to content

Conversation

GiovanH
Copy link

@GiovanH GiovanH commented Jul 19, 2025

Because the code redefines param, without the elif here this block can run on an empty param string, incorrectly running eval twice:

            elif param[0] == param[-1] == "'":
                param = eval(param)

This patch fixes the bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant