projects
/
skytools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f427bd
)
pgq.LocalConsumer: fix exception message
author
Marko Kreen
<markokr@gmail.com>
Tue, 17 Jul 2012 14:49:14 +0000
(17:49 +0300)
committer
Marko Kreen
<markokr@gmail.com>
Wed, 18 Jul 2012 09:36:00 +0000
(12:36 +0300)
python/pgq/localconsumer.py
patch
|
blob
|
blame
|
history
diff --git
a/python/pgq/localconsumer.py
b/python/pgq/localconsumer.py
index 780f9219432e4e91e73987cab9bca9cffc28c8da..55ea15b266dff9314bbf30a79bc0f2b9b0db75ae 100644
(file)
--- a/
python/pgq/localconsumer.py
+++ b/
python/pgq/localconsumer.py
@@
-120,7
+120,7
@@
class LocalConsumer(pgq.Consumer):
self.process_local_event(db, batch_id, ev)
def process_local_event(self, db, batch_id, ev):
- raise Exception('process_
remote_batch
not implemented')
+ raise Exception('process_
local_event
not implemented')
def is_batch_done(self):
"""Helper function to keep track of last successful batch