projects
/
skytools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0fab5d
)
londiste add-seq/tbl: fix --create bug
author
Marko Kreen
<markokr@gmail.com>
Thu, 10 Sep 2009 11:53:10 +0000
(14:53 +0300)
committer
Marko Kreen
<markokr@gmail.com>
Thu, 10 Sep 2009 11:54:14 +0000
(14:54 +0300)
python/londiste/setup.py
patch
|
blob
|
blame
|
history
diff --git
a/python/londiste/setup.py
b/python/londiste/setup.py
index 26db1b38a188017acd550c352587edef696fa337..d32a0a0d372f22e826c066904b89a06276e30bbc 100644
(file)
--- a/
python/londiste/setup.py
+++ b/
python/londiste/setup.py
@@
-119,7
+119,7
@@
class LondisteSetup(CascadeAdmin):
for f in create.split(','):
if f not in fmap:
raise Exception("bad --create-only flag: " + f)
- create_flags += fmap[f]
+
create_flags += fmap[f]
# seems ok
for tbl in args:
@@
-214,7
+214,7
@@
class LondisteSetup(CascadeAdmin):
for f in create.split(','):
if f not in fmap:
raise Exception("bad --create-only flag: " + f)
- create_flags += fmap[f]
+
create_flags += fmap[f]
# seems ok
for seq in args: