There was an error while loading. Please reload this page.
1 parent b788a38 commit 58fe1b1Copy full SHA for 58fe1b1
1 file changed
Parser/asdl.py
@@ -399,7 +399,7 @@ def parse(file):
399
parser = ASDLParser()
400
401
with open(file) as f:
402
- buf = f.read()
+ buf = f.read()
403
tokens = scanner.tokenize(buf)
404
try:
405
return parser.parse(tokens)
0 commit comments