Remove headers from autogenerated file
This commit is contained in:
parent
e225b1fb50
commit
01778531c6
2 changed files with 3 additions and 18 deletions
|
|
@ -77,7 +77,10 @@ def getFiles(path):
|
|||
else:
|
||||
for ext in extensions:
|
||||
if f.endswith(ext):
|
||||
if f.endswith('.Designer.cs'):
|
||||
break
|
||||
print (path + f)
|
||||
changeText(path + f)
|
||||
break
|
||||
|
||||
getFiles(path)
|
||||
Loading…
Add table
Add a link
Reference in a new issue