From 98ecb0421d8f5cc2f1420ad39c514315fd048118 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Touceda?= Date: Mon, 20 Jan 2014 13:52:30 -0300 Subject: Do not try/except sections in the config, explicitly check for their existence This avoids adding useless tracebacks to the real exceptions caught by Twisted. Possible tx bug here. --- changes/bug_dont_raise_nosectionerror | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changes/bug_dont_raise_nosectionerror (limited to 'changes') diff --git a/changes/bug_dont_raise_nosectionerror b/changes/bug_dont_raise_nosectionerror new file mode 100644 index 0000000..fbc2306 --- /dev/null +++ b/changes/bug_dont_raise_nosectionerror @@ -0,0 +1,2 @@ + o Avoid the try/except idiom when accessing configs to avoid messing + with the client traceback. Fixes #5007. \ No newline at end of file -- cgit v1.2.3