summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorZhe Sun <31067185+ZheSun88@users.noreply.github.com>2021-10-06 10:26:28 +0300
committerGitHub <noreply@github.com>2021-10-06 10:26:28 +0300
commit5d7b07835d8ad24197526ddc25e7c758fa0b9ab8 (patch)
tree6e996e57ed81c6c4c251bbc3cd0422d5b79760b9 /scripts
parent18759fbdc74d23191080dae163348326dfef5b11 (diff)
downloadvaadin-framework-5d7b07835d8ad24197526ddc25e7c758fa0b9ab8.tar.gz
vaadin-framework-5d7b07835d8ad24197526ddc25e7c758fa0b9ab8.zip
Update GeneratePostPublishReport.py
Diffstat (limited to 'scripts')
-rw-r--r--scripts/GeneratePostPublishReport.py2
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)