There was an error while loading. Please reload this page.
1 parent 9908123 commit 1891cffCopy full SHA for 1891cff
1 file changed
Parser/asdl.py
@@ -398,8 +398,8 @@ def parse(file):
398
scanner = ASDLScanner()
399
parser = ASDLParser()
400
401
+ f = open(file)
402
try:
- f = open(file)
403
buf = f.read()
404
finally:
405
f.close()
0 commit comments