This commit is contained in:
Georg Brandl 2006-03-25 13:12:56 +00:00
parent c4e94b90a8
commit baf05b7e09
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ def QueueJoinTest(q):
q.put(None) # instruct the threads to close
q.join() # verify that you can join twice
def QueueTaskDoneTest(q)
def QueueTaskDoneTest(q):
try:
q.task_done()
except ValueError: