mirror of
https://github.com/python/cpython.git
synced 2025-09-18 06:30:38 +00:00
Fix variable.
This commit is contained in:
parent
ce662d0467
commit
8ec30e835f
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ import pty
|
|||
|
||||
def read(fd):
|
||||
data = os.read(fd, 1024)
|
||||
file.write(data)
|
||||
script.write(data)
|
||||
return data
|
||||
|
||||
shell = 'sh'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue