I forgot to update format string.
authorMarko Kreen <markokr@gmail.com>
Fri, 12 Oct 2007 09:54:46 +0000 (09:54 +0000)
committerMarko Kreen <markokr@gmail.com>
Fri, 12 Oct 2007 09:54:46 +0000 (09:54 +0000)
Patch by Dimitry Fontaine.

python/londiste/setup.py

index 75ab9ca986b960f270f74b4bb255451e4840ea04..6322306a28fbe9871f552bf64fc1bb63510bc030 100644 (file)
@@ -536,7 +536,7 @@ class SubscriberSetup(CommonSetup):
         list = self.fetch_subscriber_tables(dst_curs)
         dst_db.commit()
 
-        format = "%-30s   %20s  %-20s"
+        format = "%-30s   %20s"
         print format % ("Table", "State")
         for tbl in list:
             print format % (tbl['table_name'],