Skip to content

Commit 605180a

Browse files
committed
Address another showgrammar option type mismatch.
1 parent 9af9505 commit 605180a

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)