GITLAB
grouille
/
IMA3_P10
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
a20417ba848bfdb8659b8e71bd754a5ee586d06b
Authored by
lahouass
2020-02-13 11:48:16 +0100
1 parent
47e497e7
Up
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
Rpi_to_xml.py
Inline
Side-by-side
Rpi_to_xml.py
Wrap text
Show/Hide comments
View file @
a20417b
...
...
@@ -13,4 +13,4 @@ for parametre in xml.getchildren():
13
13
parametre.text = value
14
14
with open('111-1.xml', 'w') as myFile:
15
15
myFile.write(etree.tounicode(xml))
16
-myFile.close
17
16
\ No newline at end of file
17
+myFile.close()
18
18
\ No newline at end of file
...
...