Fixed error when two instances update a feed at once
commitd8f59932b2e410abbd6dc490ba378068397b0558
authorThomas Leonard <talex5@gmail.com>
Thu, 1 Oct 2009 18:52:09 +0000 (1 19:52 +0100)
committerThomas Leonard <talex5@gmail.com>
Thu, 1 Oct 2009 18:55:44 +0000 (1 19:55 +0100)
tree4d3dd3124b2dd5c9ed15cf856b2216145f4c8ea6
parent149c1b0892fc1f285244f32a4b67594234c509d2
Fixed error when two instances update a feed at once

The second instance noticed that the new version it was trying to save was
identical to the one on disk and didn't bother saving it. However, it also
didn't bother parsing the new version, leading to a "can't set attribute"
error message (reported by Neil Graham).
zeroinstall/injector/iface_cache.py