Comment 3 for bug 673666

Revision history for this message
Matt Haggard (iffy) wrote :

In the meantime, I'm literally putting this into production:

+ try:
+ store.flush()
+ except KeyError as e:
+ store._order[e.args[0]] = 1
+ store.flush()