Tests - Remove commented code
This commit is contained in:
@@ -123,12 +123,8 @@ def _queue_output(arguments, pidq, outputq):
|
|||||||
|
|
||||||
return
|
return
|
||||||
|
|
||||||
# NOTE If for whatever reason pid is None at the time of access, use the
|
# Put the PID in the queue for main process to know.
|
||||||
# following line instead
|
pidq.put(proc.pid)
|
||||||
# pid = wait_condition(lambda: proc.pid)
|
|
||||||
pid = proc.pid
|
|
||||||
# Put the PID in the queue for main process to know
|
|
||||||
pidq.put(pid)
|
|
||||||
|
|
||||||
# Send input and wait for finish
|
# Send input and wait for finish
|
||||||
out, err = proc.communicate(input)
|
out, err = proc.communicate(input)
|
||||||
|
|||||||
Reference in New Issue
Block a user