Skip to content

Commit 8764110

Browse files
authored
donate-cpu-server.py: added daca errors to important errors in overview (#3761)
1 parent a2a9c90 commit 8764110

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tools/donate-cpu-server.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# Version scheme (MAJOR.MINOR.PATCH) should orientate on "Semantic Versioning" https://semver.org/
2626
# Every change in this script should result in increasing the version number accordingly (exceptions may be cosmetic
2727
# changes)
28-
SERVER_VERSION = "1.3.22"
28+
SERVER_VERSION = "1.3.23"
2929

3030
OLD_VERSION = '2.6'
3131

@@ -86,6 +86,8 @@ def overviewReport() -> str:
8686
html += '<a href="head-cppcheckError">cppcheckError</a><br>\n'
8787
html += '<a href="head-internalAstError">internalAstError</a><br>\n'
8888
html += '<a href="head-syntaxError">syntaxError</a><br>\n'
89+
html += '<a href="head-DacaWrongData">DacaWrongData</a><br>\n'
90+
html += '<a href="head-dacaWrongSplitTemplateRightAngleBrackets">dacaWrongSplitTemplateRightAngleBrackets</a><br>\n'
8991
html += '<br>\n'
9092
html += 'version ' + SERVER_VERSION + '\n'
9193
html += '</body></html>'

0 commit comments

Comments
 (0)