Revision 470ce2ee

b/lib/locking.py
498 498
          # Of course something is going to be really wrong, after this.
499 499
          if lock._is_owned():
500 500
            lock.release()
501
            raise
501
          raise
502 502

  
503 503
    except:
504 504
      # If something went wrong and we had the set-lock let's release it...

Also available in: Unified diff