]> arthur.barton.de Git - bup.git/commitdiff
CODINGSTYLE: add raise missing from exception handling code
authorRob Browning <rlb@defaultvalue.org>
Sat, 12 Sep 2020 22:04:46 +0000 (17:04 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sun, 11 Oct 2020 22:14:53 +0000 (17:14 -0500)
Signed-off-by: Rob Browning <rlb@defaultvalue.org>
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.