summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Jelinek2013-01-28 12:53:31 +0000
committerPetr Jelinek2013-01-28 12:53:31 +0000
commit73141259ea1530b6379e25c3a86f88d8b1b89674 (patch)
tree3f94c734200ba35e6d2cf3623153deac193912ec
parentb174273490ddbbe9397636f9504952421276385c (diff)
PGQ: same bug different place...
-rw-r--r--python/pgq/consumer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pgq/consumer.py b/python/pgq/consumer.py
index 3ab04854..294519d8 100644
--- a/python/pgq/consumer.py
+++ b/python/pgq/consumer.py
@@ -89,7 +89,7 @@ class Consumer(BaseConsumer):
self._flush_retry(curs, batch_id, list)
- super(Consumer, self)._finish_batch(self, curs, batch_id, list)
+ super(Consumer, self)._finish_batch(curs, batch_id, list)
def _tag_retry(self, cx, batch_id, ev_id, retry_time):
"""Tag event for retry. (internal)"""