Skip to content
Snippets Groups Projects
Commit 65f0feb2 authored by Jutta Schnabel's avatar Jutta Schnabel
Browse files

Update make_documents.py

parent 78e2de21
No related tags found
No related merge requests found
Checking pipeline status
......@@ -7,7 +7,7 @@ def adapt_file(filename):
while inline:
if inline.find("pages/")>-1 and inline.find(".md")>-1:
inline.replace(".md", ".html")
newversion += inline
newversion += inline
inline = f.readline()
with open(filename, "w") as f:
f.write(newversion)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment