From edfedec65cd7195305df51ff8a7148017c588668 Mon Sep 17 00:00:00 2001 From: rocky Date: Fri, 1 Dec 2017 04:54:59 -0500 Subject: [PATCH] Small tweak --- uncompyle6/parser.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/uncompyle6/parser.py b/uncompyle6/parser.py index e4bc760a..17885c1a 100644 --- a/uncompyle6/parser.py +++ b/uncompyle6/parser.py @@ -182,8 +182,7 @@ class PythonParser(GenericASTBuilder): def p_start(self, args): ''' # The start or goal symbol - stmts ::= stmts sstmt - stmts ::= sstmt + stmts ::= sstmt+ ''' def p_call_stmt(self, args):