Skip to content

Commit 02a425c

Browse files
committed
placeholder swpm1 fix
1 parent 9259b4b commit 02a425c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

plugins/module_utils/swpm2_parameters_inifile_generate.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ def control_xml_utf8(filepath, module):
6868
string = etree.tostring(root, xml_declaration=True, encoding="UTF-8",
6969
pretty_print=True).decode('utf8').encode('iso-8859-1')
7070

71+
# string1 = etree.tostring(root, xml_declaration=True, encoding="UTF-8",
72+
# pretty_print=True).decode('utf8').encode('utf-8').strip()
73+
7174
with open('control_utf8.xml', 'wb') as target:
7275
target.write(string)
7376

0 commit comments

Comments
 (0)