Add print INFO to header modification script
This commit is contained in:
@@ -42,6 +42,7 @@ def process(inF, outF):
|
|||||||
potentialIncFileName = d + "/" + match.group(1)
|
potentialIncFileName = d + "/" + match.group(1)
|
||||||
if os.path.exists(potentialIncFileName):
|
if os.path.exists(potentialIncFileName):
|
||||||
found = True
|
found = True
|
||||||
|
print("[INFO] Found missing include in {}".format(potentialIncFileName))
|
||||||
with open(potentialIncFileName, 'r') as incFile:
|
with open(potentialIncFileName, 'r') as incFile:
|
||||||
for iline in incFile:
|
for iline in incFile:
|
||||||
outFile.write(iline)
|
outFile.write(iline)
|
||||||
|
|||||||
Reference in New Issue
Block a user