update README

This commit is contained in:
Mike Fährmann
2017-05-09 15:43:55 +02:00
parent 9f1c83297f
commit 1e416e5227
4 changed files with 39 additions and 19 deletions

View File

@@ -191,7 +191,7 @@ columns = [
]
outfile = sys.argv[1] if len(sys.argv) > 1 else "supportedsites.rst"
with open(os.path.join(ROOTDIR, outfile), "w") as file:
with open(os.path.join(ROOTDIR, "docs", outfile), "w") as file:
file.write("Supported Sites\n"
"===============\n")
for line in RstTable(columns):