couchapp / couchapp

Utilities to make standalone CouchDB application development simple

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[clone_app.py] strange key comparison

iblislin opened this issue · comments

        ...
        elif key in ('couchapp'):
            ...
        elif key in ('views'):

It should be ('couchapp',) and ('views',)

ref: