Browse Source

Update GeneratePostPublishReport.py

tags/8.14.2
Zhe Sun 2 years ago
parent
commit
5d7b07835d
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      scripts/GeneratePostPublishReport.py

+ 1
- 1
scripts/GeneratePostPublishReport.py View 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)

Loading…
Cancel
Save