1
0
Fork 0

error catching ++

This commit is contained in:
Curtis L. Olson 2017-09-26 06:31:58 -05:00
parent 89d526e740
commit f2a27e592d

View file

@ -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):