Code review comment for lp://qastaging/~cmiller/desktopcouch/remote-oauth-for-replication

Revision history for this message
Stuart Langridge (sil) wrote :

I don't understand why this:

101 + try:
102 + raise last_exception
103 + except:
104 + logging.exception("failed to unpair from other end.")
105 + continue

Why raise an exception and then immediately catch it again?

review: Needs Fixing

« Back to merge proposal