abstractfactory / openmetadata

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

History tracking for arbitrary suffixes causes exception #14

Closed mottosso closed 10 years ago

mottosso commented 10 years ago

To reproduce:

>>> write("/home/marcus", "Asset.class")
>>> write("/home/marcus", "Asset.class")

This would attempt to store history for Asset.class, but as it doesn't contain anything, history would have trouble figuring out which suffix to use.