abstractfactory / openmetadata

associate metadata with your folders
Other
45 stars 8 forks source link

write() to an existing entry would erase value #12

Closed mottosso closed 10 years ago

mottosso commented 10 years ago

To reproduce:

>>> write('/home/marcus', 'name', value='my value')
>>> write('/home/marcus', 'name', value='my new value')

This causes 'name' to get blanked out.