mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-18 08:29:27 +01:00
Stupid typo.
This commit is contained in:
parent
bbc5ed6058
commit
9e2c014118
@ -290,7 +290,7 @@ if __name__ == '__main__':
|
||||
os.close(0)
|
||||
os.close(1)
|
||||
os.close(2)
|
||||
fd = os.open('/dev/null', os.RDWR)
|
||||
fd = os.open('/dev/null', os.O_RDWR)
|
||||
os.dup2(fd, 0)
|
||||
os.dup2(fd, 1)
|
||||
os.dup2(fd, 2)
|
||||
|
Loading…
Reference in New Issue
Block a user