mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
parent
6a7a49c631
commit
8b33dd8e54
21 changed files with 56 additions and 56 deletions
|
@ -43,7 +43,7 @@ def main():
|
|||
for filename in sys.argv[1:]:
|
||||
try:
|
||||
st = statfunc(filename)
|
||||
except os.error as msg:
|
||||
except OSError as msg:
|
||||
sys.stderr.write("can't stat %r: %r\n" % (filename, msg))
|
||||
status = 1
|
||||
st = ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue