summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--python/londiste/setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/londiste/setup.py b/python/londiste/setup.py
index 26db1b38..d32a0a0d 100644
--- 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: