projects
/
skytools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c261a4a
)
part.py: avoid tab in code
author
Marko Kreen
<
[email protected]
>
Thu, 18 Oct 2012 10:39:48 +0000
(13:39 +0300)
committer
Marko Kreen
<
[email protected]
>
Thu, 18 Oct 2012 12:42:28 +0000
(15:42 +0300)
python/londiste/handlers/part.py
patch
|
blob
|
blame
|
history
diff --git
a/python/londiste/handlers/part.py
b/python/londiste/handlers/part.py
index 5213f67d548989d1cd4cfdca83007cb7a084b72e..6864c64ff450975a63df3a1f96168029c279a14d 100644
(file)
--- a/
python/londiste/handlers/part.py
+++ b/
python/londiste/handlers/part.py
@@
-82,7
+82,7
@@
class PartHandler(TableHandler):
TableHandler.process_event(self, ev, sql_queue_func, arg)
def get_copy_condition(self, src_curs, dst_curs):
- """Prepare the where condition for copy and replay filtering"""
+
"""Prepare the where condition for copy and replay filtering"""
self.load_part_info(dst_curs)
w = "(%s & %d) = %d" % (self.hashexpr, self.max_part, self.local_part)
self.log.debug('part: copy_condition=%s' % w)