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

Update make_documents.py

parent 63a6a5b7
No related tags found
No related merge requests found
Pipeline #14738 passed
......@@ -15,7 +15,7 @@ def adapt_file(filename):
def fulltext_from_filelist(filelistname, onlystatus = "", adapt_files = True):
fulltext = "Summary for "+filelistname+"\n\n"
fulltext += "[[_TOC_]]"
overview = {"filename": [], "author": [], "status": []}
overview = {"filename": [], "author": [], "status": [], "reviewer": []}
with open(filelistname, "r") as f:
infilename = f.readline().rstrip("\n")
while infilename:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment