mirror of
https://github.com/python/cpython.git
synced 2025-11-01 06:01:29 +00:00
Fix [ #484645 ] little bug in pycodegen.py
This commit is contained in:
parent
b13680bf03
commit
57911ae35a
1 changed files with 1 additions and 1 deletions
|
|
@ -1378,4 +1378,4 @@ def wrap_aug(node):
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
for file in sys.argv[1:]:
|
for file in sys.argv[1:]:
|
||||||
compile(file)
|
compileFile(file)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue