Skip to content

Commit

Permalink
Fix issue with touch on cache in case of broken update.
Browse files Browse the repository at this point in the history
  • Loading branch information
c0fec0de committed Mar 14, 2018
1 parent 1477507 commit 2faed8f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion anycache/__init__.py
Expand Up @@ -378,7 +378,6 @@ def __read(logger, ce):
logger.info("READING cache entry '%s'" % (ce.ident))
except Exception as exc:
logger.warn("CORRUPT cache entry '%s'. %r" % (ce.data, exc))
else:
ce.data.touch()
return valid, result

Expand Down

0 comments on commit 2faed8f

Please sign in to comment.