X-Git-Url: https://arthur.barton.de/gitweb/?p=bup.git;a=blobdiff_plain;f=CODINGSTYLE;h=69c2cfb99d5a63ddbfab2cf21e1203e61cbc294c;hp=0344157516773c0e1709fb07484c9e8b18408217;hb=5d83043c64d60f9e71b0c1c6dc93824f68ee2cba;hpb=22910f22daac55f8d15dad11563962ac9f0a3ba6 diff --git a/CODINGSTYLE b/CODINGSTYLE index 0344157..69c2cfb 100644 --- a/CODINGSTYLE +++ b/CODINGSTYLE @@ -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.