Skip to content

Commit 2fdebd6

Browse files
committed
Merge branch 'master' into python-3.7-to-3.10
2 parents 0625312 + 605180a commit 2fdebd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

decompyle3/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ def main(
269269
showasm: Optional[str] = None,
270270
showast={},
271271
do_verify: Optional[str] = None,
272-
showgrammar: bool = False,
272+
showgrammar: dict = {},
273273
source_encoding=None,
274274
do_linemaps=False,
275275
do_fragments=False,

0 commit comments

Comments
 (0)