Skip to content

Commit

Permalink
vars -> vars_dict
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatera committed Sep 17, 2024
1 parent 8e2bf04 commit 24a75f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mathics/core/pattern.py
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ def match_element(

evaluation.check_stopped()

match_count = element.get_match_count(vars)
match_count = element.get_match_count(vars_dict)
element_candidates = element.get_match_candidates(
tuple(rest_expression[1]), # element.candidates,
expression,
Expand Down

0 comments on commit 24a75f1

Please sign in to comment.