fix typo
This commit is contained in:
parent
c4e94b90a8
commit
baf05b7e09
|
@ -251,7 +251,7 @@ def QueueJoinTest(q):
|
||||||
q.put(None) # instruct the threads to close
|
q.put(None) # instruct the threads to close
|
||||||
q.join() # verify that you can join twice
|
q.join() # verify that you can join twice
|
||||||
|
|
||||||
def QueueTaskDoneTest(q)
|
def QueueTaskDoneTest(q):
|
||||||
try:
|
try:
|
||||||
q.task_done()
|
q.task_done()
|
||||||
except ValueError:
|
except ValueError:
|
||||||
|
|
Loading…
Reference in New Issue