mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Tests - Remove commented code
This commit is contained in:
parent
3f004f547e
commit
bd320b6729
1 changed files with 2 additions and 6 deletions
|
@ -123,12 +123,8 @@ def _queue_output(arguments, pidq, outputq):
|
|||
|
||||
return
|
||||
|
||||
# NOTE If for whatever reason pid is None at the time of access, use the
|
||||
# following line instead
|
||||
# pid = wait_condition(lambda: proc.pid)
|
||||
pid = proc.pid
|
||||
# Put the PID in the queue for main process to know
|
||||
pidq.put(pid)
|
||||
# Put the PID in the queue for main process to know.
|
||||
pidq.put(proc.pid)
|
||||
|
||||
# Send input and wait for finish
|
||||
out, err = proc.communicate(input)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue