From 5d83043c64d60f9e71b0c1c6dc93824f68ee2cba Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Sat, 12 Sep 2020 17:04:46 -0500 Subject: [PATCH] CODINGSTYLE: add raise missing from exception handling code Signed-off-by: Rob Browning --- CODINGSTYLE | 1 + 1 file changed, 1 insertion(+) 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. -- 2.39.2