mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
Merged revisions 80274 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r80274 | matthias.klose | 2010-04-20 21:45:34 +0200 (Di, 20 Apr 2010) | 2 lines fix typo in r79533, introduced by the fix for issue #8233 ........
This commit is contained in:
parent
bdc55aba34
commit
1c994733bb
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ def main(args=None):
|
|||
for filename in args:
|
||||
try:
|
||||
compile(filename, doraise=True)
|
||||
except PyCompileError as err:
|
||||
except PyCompileError as error:
|
||||
# return value to indicate at least one failure
|
||||
rv = 1
|
||||
sys.stderr.write(error.msg)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue