Non-generated build files fully retired
This commit is contained in:
parent
7ac83a1c8c
commit
e2e023200e
6
rename.py
Normal file
6
rename.py
Normal file
@ -0,0 +1,6 @@
|
||||
#! py -3
|
||||
from pathlib import Path
|
||||
|
||||
for old in Path('.').glob("**/oldbuild (1).xml"):
|
||||
print(old)
|
||||
old.rename(old.parent / "oldbuild.xml")
|
Loading…
x
Reference in New Issue
Block a user