mirror of
https://github.com/python/cpython.git
synced 2025-10-17 04:08:28 +00:00
parent
6a7a49c631
commit
8b33dd8e54
21 changed files with 56 additions and 56 deletions
|
@ -78,7 +78,7 @@ def process(slave, master):
|
|||
print("creating slave directory", slave)
|
||||
try:
|
||||
os.mkdir(slave)
|
||||
except os.error as msg:
|
||||
except OSError as msg:
|
||||
print("can't make slave directory", slave, ":", msg)
|
||||
return
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue