Commit 8ec30e83 authored by Georg Brandl's avatar Georg Brandl

Fix variable.

parent ce662d04
......@@ -12,7 +12,7 @@ import pty
def read(fd):
data = os.read(fd, 1024)
file.write(data)
script.write(data)
return data
shell = 'sh'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment