fix indent
This commit is contained in:
parent
e0e0819605
commit
563ce8f37b
2
util.py
2
util.py
@ -185,7 +185,7 @@ def pipe_no_wait():
|
|||||||
except:
|
except:
|
||||||
print(sys.exc_info()[1])
|
print(sys.exc_info()[1])
|
||||||
return None, None
|
return None, None
|
||||||
return pipe_rd, pipe_wd
|
return pipe_rd, pipe_wd
|
||||||
|
|
||||||
elif platform == "win32":
|
elif platform == "win32":
|
||||||
# https://stackoverflow.com/questions/34504970/non-blocking-read-on-os-pipe-on-windows
|
# https://stackoverflow.com/questions/34504970/non-blocking-read-on-os-pipe-on-windows
|
||||||
|
Loading…
x
Reference in New Issue
Block a user