We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 593b63e commit 6b0df5bCopy full SHA for 6b0df5b
1 file changed
tableaudocumentapi/xfile.py
@@ -121,6 +121,7 @@ def save_into_archive(xml_tree, filename, new_filename=None):
121
122
def _save_file(container_file, xml_tree, new_filename=None):
123
124
+ ET.register_namespace("user","http://www.tableausoftware.com/xml/user")
125
if new_filename is None:
126
new_filename = container_file
127
0 commit comments