mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
Wrap up the argument list; it can be long
This commit is contained in:
parent
cb00a668fe
commit
7837d1d6d6
1 changed files with 3 additions and 3 deletions
|
@ -9,9 +9,9 @@ import sys
|
|||
import xml.etree.ElementTree as ET
|
||||
suitename = sys.argv[1]
|
||||
xmlfiles = sys.argv[2:]
|
||||
|
||||
print(f"Arguments: {sys.argv}")
|
||||
|
||||
print("::group::Arguments")
|
||||
print(f"{sys.argv}")
|
||||
print("::endgroup::")
|
||||
for xmlfile in xmlfiles:
|
||||
print(f"Handling: {xmlfile}")
|
||||
tree = ET.parse(xmlfile)
|
||||
|
|
Loading…
Add table
Reference in a new issue