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

Update make_documents.py

parent 672c6d24
No related tags found
No related merge requests found
Pipeline #14737 failed
......@@ -22,7 +22,7 @@ def fulltext_from_filelist(filelistname, onlystatus = "", adapt_files = True):
with open(infilename, "r") as ftext:
addtext = ftext.read()
infotext = addtext[addtext.find("---")+3:addtext.find("---", 5)].split("\n")
status, author, reviewer = "", ""
status, author, reviewer = "", "", ""
for line in infotext:
if line.find("status:")> -1:
status = line[8:len(line)]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment