SEMAFORInformatik / femagtools

Python API for FEMAG
BSD 2-Clause "Simplified" License
19 stars 13 forks source link

Fix: handle non string keys #34

Closed sasrigais closed 7 years ago

sasrigais commented 7 years ago

For example the windigs section in the bchreader uses non string keys for its dictionary. This causes problems in dict_to_xml(). This fix tries to convert the given tag to a string first. Any exception during converion is not handled properly at the moment...