part.py: avoid tab in code
authorMarko Kreen <[email protected]>
Thu, 18 Oct 2012 10:39:48 +0000 (13:39 +0300)
committerMarko Kreen <[email protected]>
Thu, 18 Oct 2012 12:42:28 +0000 (15:42 +0300)
python/londiste/handlers/part.py

index 5213f67d548989d1cd4cfdca83007cb7a084b72e..6864c64ff450975a63df3a1f96168029c279a14d 100644 (file)
@@ -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)