summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2014-01-20 13:52:30 -0300
committerTomás Touceda <chiiph@leap.se>2014-01-20 13:52:30 -0300
commit98ecb0421d8f5cc2f1420ad39c514315fd048118 (patch)
tree2c5f5a2af54e8a4c0ef22c569b274d1831ae54a0 /changes
parent5aa163f1519e96bdc16892d4073a86bd19df3bd3 (diff)
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.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug_dont_raise_nosectionerror2
1 files changed, 2 insertions, 0 deletions
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