nskinkel / oppy

A Tor client (onion proxy) implementation in Python
BSD 3-Clause "New" or "Revised" License
24 stars 3 forks source link

Handle failure to write cached-consensus nicely #99

Closed nskinkel closed 9 years ago

nskinkel commented 9 years ago

There's no exception handling when oppy tries to write its cached-consensus document. We should just continue on without writing a cached-consensus and log the error if some error occurs.

nskinkel commented 9 years ago

Woops, this issue is wrong. This was actually fixed before the initial commit. Closing as it's no longer an issue.