jacob1044 / pubsubhubbub

Automatically exported from code.google.com/p/pubsubhubbub
Other
1 stars 0 forks source link

Undefined variable in fork_join_queue.py #117

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I'm looking at using fork_join_queue.py in one of my projects and discovered 
that there's an undefined variable in one of the exception handlers.

In ForkJoinQueue.add(), in the handler for TombstonedTaskError there's a 
reference to "task.name", but task is undefined.  I discovered this by running 
pylint on the file.

Original issue reported on code.google.com by n8gray@gmail.com on 12 Jul 2010 at 12:39

GoogleCodeExporter commented 9 years ago
Yep this is a known bug that I've fixed in a branch of mine. I'll be submitting 
a fix tonight. Thanks for the report!

Original comment by bslatkin on 12 Jul 2010 at 4:40

GoogleCodeExporter commented 9 years ago
Fixed in r375

Original comment by bslatkin on 12 Jul 2010 at 5:24