minor update to formatting of print statement on cleanyaml.py
parent
2788fbe1d4
commit
2342bf19d5
|
@ -15,7 +15,7 @@ def main():
|
|||
yfiles.append(file)
|
||||
|
||||
yfiles.sort()
|
||||
print(yfiles)
|
||||
print("Going to clean up the following files: {}".format(yfiles))
|
||||
|
||||
for x in yfiles:
|
||||
print("Doing: {}".format(x))
|
||||
|
|
Loading…
Reference in New Issue