couchapp icon indicating copy to clipboard operation
couchapp copied to clipboard

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

Open aganzha opened this issue 16 years ago • 0 comments

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

aganzha avatar Feb 15 '10 21:02 aganzha