Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[clone_app.py] missing s for filters function #207

Closed
iblislin opened this issue Nov 22, 2015 · 0 comments
Closed

[clone_app.py] missing s for filters function #207

iblislin opened this issue Nov 22, 2015 · 0 comments
Assignees
Milestone

Comments

@iblislin
Copy link
Collaborator

Consider the following code in clone_app.py

I think the filter in the if statement should be filters.

        elif key in ('shows', 'lists', 'filter', 'updates'):
            showpath = os.path.join(path, key)
            if not os.path.isdir(showpath):
                os.makedirs(showpath)
            for func_name, func in doc[key].iteritems():
                filename = os.path.join(showpath, '%s.js' % func_name)
                util.write(filename, func)
                logger.warning(
                    "clone show or list not in manifest: %s" % filename)
@iblislin iblislin self-assigned this Dec 25, 2015
iblislin added a commit to iblislin/couchapp that referenced this issue Jan 23, 2016
@iblislin iblislin added this to the 1.0.3 milestone Jan 24, 2016
iblislin added a commit that referenced this issue Feb 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant