mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
Log xml files we render.
We seem to be missing some tests here (?)
This commit is contained in:
parent
9ddcaffebf
commit
0ce59989a5
1 changed files with 3 additions and 0 deletions
|
@ -10,7 +10,10 @@ import xml.etree.ElementTree as ET
|
|||
suitename = sys.argv[1]
|
||||
xmlfiles = sys.argv[2:]
|
||||
|
||||
print(f"Arguments: {sys.argv}")
|
||||
|
||||
for xmlfile in xmlfiles:
|
||||
print(f"Handling: {xmlfile}")
|
||||
tree = ET.parse(xmlfile)
|
||||
|
||||
root = tree.getroot()
|
||||
|
|
Loading…
Add table
Reference in a new issue