diff --git a/catalog/sgprops.py b/catalog/sgprops.py index 2f5081f..67815c5 100644 --- a/catalog/sgprops.py +++ b/catalog/sgprops.py @@ -133,6 +133,8 @@ class Node(object): n.set('type', "bool") except UnicodeEncodeError: print "Encoding error with", self._value, type(self._value) + except: + print "Some other exceptiong in sgprops._createXMLElement()" # index in parent if (self.index != 0):