Commit ef708a78 authored by Jim Fulton's avatar Jim Fulton

Added back a comment at Benji's excellent suggestion.

parent f9f859c2
......@@ -1239,6 +1239,7 @@ class ClientStorage(object):
# Invalidation as result of verify_cache().
# Queue an invalidate for the end the verification procedure.
if self._pickler is None:
# This should never happen.
log2("invalidateVerify with no _pickler", level = logging.ERROR)
return
self._pickler.dump((None, [args[0]]))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment