]> arthur.barton.de Git - bup.git/blobdiff - CODINGSTYLE
CODINGSTYLE: add raise missing from exception handling code
[bup.git] / CODINGSTYLE
index 0344157516773c0e1709fb07484c9e8b18408217..69c2cfb99d5a63ddbfab2cf21e1203e61cbc294c 100644 (file)
@@ -67,5 +67,6 @@ of the new exception This can be accomplished via
       except ... as ex2:
           add_ex_tb(ex2)
           raise add_ex_ctx(ex2, ex)
+      raise
 
 See the end of ``lib/bup/compat.py`` for a functional example.