Closed jcklie closed 2 years ago
Describe the bug Saving typesystem as xml does not have XML header.
To Reproduce
from cassis import * with open('TypeSystem.xml', 'rb') as f: typesystem = load_typesystem(f) typesystem.to_xml("foo.xml")
Should be fixed now
Describe the bug Saving typesystem as xml does not have XML header.
To Reproduce