Comment 3 for bug 601127

Revision history for this message
Philip Muškovac (yofel) wrote :

Filed a merge request with a slight change:
I replaced
if not self.cache.keepCount == 0:
with
if self.cache.keepCount() == 0:
as that gives me the intended behaviour