commit | d9325556fd22c53e992fde119228c7b871d29e1a | [log] [tgz] |
---|---|---|
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | Tue Sep 29 13:20:44 2020 +0200 |
committer | Nicolas Dechesne <nicolas.dechesne@linaro.org> | Tue Sep 29 13:20:44 2020 +0200 |
tree | 79a7edffe23fbaf2fc884243b4c921beac38cd70 | |
parent | 0d0f5a4a1bfcc11e2a7012fad8f8f6371dcebb27 [diff] [blame] |
fixup! testplan2html: convert textile file to html Change-Id: I96aaaad2ff07cfb4be54979ea5760180b6354cba
diff --git a/plans/testplan2html.py b/plans/testplan2html.py index 6eda45f..69b9cb3 100644 --- a/plans/testplan2html.py +++ b/plans/testplan2html.py
@@ -40,6 +40,7 @@ with open("{}{}".format(os.path.splitext(name)[0], ".html"), "w") as _file: _file.write(textile.textile(data)) + # get list of repositories and cache them def repository_list(testplan): repositories = set()