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

Fix traceback raised on an expression list assignment #439

Merged
merged 1 commit into from
Apr 23, 2024

Commits on Apr 23, 2024

  1. Fix traceback raised on an expression list assignment

    When there is an assignment using a pattern_list and expression_list,
    the current code will iterate through each assignment. However, the
    current code assumes it can use context['node'], which is not the
    expected node during the parse.
    
    Signed-off-by: Eric Brown <eric.brown@securesauce.dev>
    ericwb committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    4105c24 View commit details
    Browse the repository at this point in the history