f.write('# Week {} {}, Weekly Issues Digest for INTO-CPS\n\n'.format(time.strftime("%W"),time.strftime("%Y")))
f.write('# Week {} {}, Weekly Issues Digest for INTO-CPS\n\n'.format(week,year))
f.write('## Currently Open Issues\n\n')
...
...
@@ -166,7 +175,28 @@ def main():
)
f.write(line+'\n')
print(line)
f.close()
f.write("\n\n#History of Weekly Digests\n\n")
f.write("Below you will find a list of weekly digests giving a historical overview of all known issues across all the tools that are part of INTO-CPS.\n")