More raise statement normalization.
This commit is contained in:
@@ -103,7 +103,7 @@ class ASDLScanner(spark.GenericScanner, object):
|
||||
|
||||
def t_default(self, s):
|
||||
r" . +"
|
||||
raise ValueError, "unmatched input: %r" % s
|
||||
raise ValueError("unmatched input: %r" % s)
|
||||
|
||||
class ASDLParser(spark.GenericParser, object):
|
||||
def __init__(self):
|
||||
|
||||
Reference in New Issue
Block a user