Remove the printing of file name to the log as it's doubling up information.
This commit is contained in:
parent
7837d1d6d6
commit
2d5b25cfad
|
@ -13,7 +13,6 @@ print("::group::Arguments")
|
|||
print(f"{sys.argv}")
|
||||
print("::endgroup::")
|
||||
for xmlfile in xmlfiles:
|
||||
print(f"Handling: {xmlfile}")
|
||||
tree = ET.parse(xmlfile)
|
||||
|
||||
root = tree.getroot()
|
||||
|
|
Loading…
Reference in New Issue