Skip to content

Commit

Permalink
Small semantic action acceptance change
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Aug 26, 2023
1 parent 9829e04 commit 20c58e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uncompyle6/semantics/customize38.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def customize_for_version38(self, version):
"whilestmt38": (
"%|while %c:\n%+%c%-\n\n",
(1, ("bool_op", "testexpr", "testexprc")),
(2, ("l_stmts", "pass")),
(2, ("l_stmts", "l_stmts_opt", "pass")),
),
"whileTruestmt38": (
"%|while True:\n%+%c%-\n\n",
Expand Down

0 comments on commit 20c58e2

Please sign in to comment.