summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/Logging.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/Logging.py b/src/lib/Logging.py
index 17ace968c..43257af5c 100644
--- a/src/lib/Logging.py
+++ b/src/lib/Logging.py
@@ -3,6 +3,8 @@ __revision__ = '$Revision$'
import copy, fcntl, logging, logging.handlers, math, socket, struct, sys, termios, types
+logging.raiseExceptions=0
+
def print_attributes(attrib):
''' Add the attributes for an element'''
return ' '.join(['%s="%s"' % data for data in attrib.iteritems()])