1
0
mirror of https://github.com/vector-im/element-android.git synced 2025-07-31 07:04:23 +03:00

Correct name of script

This commit is contained in:
Michael Kaye
2022-02-24 11:40:04 +00:00
parent fbf29f6f1e
commit 4d86f5f2fd
2 changed files with 8 additions and 11 deletions

View File

@ -7,8 +7,8 @@
# Potentially rewrite as an independent action, use handlebars to template result
import sys
import xml.etree.ElementTree as ET
xmlfiles= sys.argv[1:]
suitename = sys.argv[1]
xmlfiles = sys.argv[2:]
for xmlfile in xmlfiles:
tree = ET.parse(xmlfile)