From 27e2baa79faba752945c2a33fb0597e210e77930 Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Tue, 27 Jun 2017 21:18:29 +0200 Subject: [PATCH] FEM: code formating, trailing ws --- src/Mod/Fem/writeFenicsXML.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Fem/writeFenicsXML.py b/src/Mod/Fem/writeFenicsXML.py index 01f552f870..37b9b7453f 100644 --- a/src/Mod/Fem/writeFenicsXML.py +++ b/src/Mod/Fem/writeFenicsXML.py @@ -97,7 +97,7 @@ def write_fenics_mesh_xml(fem_mesh_obj, outputfile): ET.SubElement(meshchild, "data") - fp = open(outputfile, "w") + fp = open(outputfile, "w") fp.write(ET.tostring(root)) # xml core functionality does not support pretty printing # so the output file looks quite ugly