jchris / couchapp

The official repo is now at http://github.com/couchapp/couchapp
http://wiki.github.com/couchapp/couchapp
157 stars 123 forks source link

[CRITICAL] 'unicode' object has no attribute 'update' #10

Open aganzha opened 14 years ago

aganzha commented 14 years ago

i had a problem with pushing my app, cause i have such files in app root: couchapp.json and couchapp.json~

just put

for name in os.listdir(current_dir):
    name = name.rstrip("~")
    ...

at the begining of dir_to_fields in locadoc.py