diff options
| author | Marko Kreen | 2009-09-10 11:53:10 +0000 |
|---|---|---|
| committer | Marko Kreen | 2009-09-10 11:54:14 +0000 |
| commit | 56a66d8febc0dde91f29b6f74cc20635c418b625 (patch) | |
| tree | fb8c27fa833019044c17435150f96ae0d6ff75f8 /python/londiste/setup.py | |
| parent | f0fab5d93e7ec3e12b47a6c25b03a805f1a80514 (diff) | |
londiste add-seq/tbl: fix --create bug
Diffstat (limited to 'python/londiste/setup.py')
| -rw-r--r-- | python/londiste/setup.py | 4 |
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: |
