]> source.dussan.org Git - vaadin-framework.git/commitdiff
Update GeneratePostPublishReport.py
authorZhe Sun <31067185+ZheSun88@users.noreply.github.com>
Wed, 6 Oct 2021 07:26:28 +0000 (10:26 +0300)
committerGitHub <noreply@github.com>
Wed, 6 Oct 2021 07:26:28 +0000 (10:26 +0300)
scripts/GeneratePostPublishReport.py

index 4117fac4304a47e3cc665e30756986863bc3ebc9..12ed7cf88383223d8073a073927f5599be60947e 100644 (file)
@@ -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)