diff options
author | Zhe Sun <31067185+ZheSun88@users.noreply.github.com> | 2021-10-06 10:26:28 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-06 10:26:28 +0300 |
commit | 5d7b07835d8ad24197526ddc25e7c758fa0b9ab8 (patch) | |
tree | 6e996e57ed81c6c4c251bbc3cd0422d5b79760b9 /scripts | |
parent | 18759fbdc74d23191080dae163348326dfef5b11 (diff) | |
download | vaadin-framework-5d7b07835d8ad24197526ddc25e7c758fa0b9ab8.tar.gz vaadin-framework-5d7b07835d8ad24197526ddc25e7c758fa0b9ab8.zip |
Update GeneratePostPublishReport.py
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/GeneratePostPublishReport.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/GeneratePostPublishReport.py b/scripts/GeneratePostPublishReport.py index 4117fac430..12ed7cf883 100644 --- a/scripts/GeneratePostPublishReport.py +++ b/scripts/GeneratePostPublishReport.py @@ -66,5 +66,5 @@ content += createTableRow("", "<a href=\"https://github.com/vaadin/framework/rel content += "</table></body></html>" -with open("result/report.html", "wb") as f: +with open("result/report.html", "w") as f: f.write(content) |