projects
/
skytools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e480d40
)
I forgot to update format string.
author
Marko Kreen
<markokr@gmail.com>
Fri, 12 Oct 2007 09:54:46 +0000
(09:54 +0000)
committer
Marko Kreen
<markokr@gmail.com>
Fri, 12 Oct 2007 09:54:46 +0000
(09:54 +0000)
Patch by Dimitry Fontaine.
python/londiste/setup.py
patch
|
blob
|
blame
|
history
diff --git
a/python/londiste/setup.py
b/python/londiste/setup.py
index 75ab9ca986b960f270f74b4bb255451e4840ea04..6322306a28fbe9871f552bf64fc1bb63510bc030 100644
(file)
--- a/
python/londiste/setup.py
+++ b/
python/londiste/setup.py
@@
-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'],