mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Update docs-header.py
This commit is contained in:
parent
e50e572c78
commit
0405af2bde
@ -15,7 +15,7 @@ with open( os.path.dirname(__file__) + '/docs-header.html', 'r') as file:
|
||||
# that directory
|
||||
files = Path(directory).glob('*.html')
|
||||
for file in files:
|
||||
# print(file)
|
||||
print(file)
|
||||
with open(file, 'r') as fileread:
|
||||
filedata = fileread.read()
|
||||
# Replace the target string
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user