commit | 763ee04955cd794f14d9cb4ba5fd5bb002b35f0b | [log] [tgz] |
---|---|---|
author | pingping-lin <pingping@onlab.us> | Wed May 20 17:45:30 2015 -0700 |
committer | pingping-lin <pingping@onlab.us> | Wed May 20 17:45:30 2015 -0700 |
tree | ea4cae16832ff0f7846529800ac3d1a72a90ea96 | |
parent | 57a56ced40b02e3c062bec44c1ef5fe42729f3ab [diff] [blame] |
update my forked branch
diff --git a/TestON/core/xmldict.py b/TestON/core/xmldict.py index 34e9cfc..f873014 100644 --- a/TestON/core/xmldict.py +++ b/TestON/core/xmldict.py
@@ -37,7 +37,7 @@ root = ElementTree.XML(root_or_str) try : return {root.tag: _from_xml(root, strict)} - except : + except Exception: return None def dict_to_xml(dict_xml):