1
0
forked from mirrors/0ad

Use PEP 8 naming conventions for templatesanalyzer

This commit is contained in:
Dunedan
2024-09-04 08:28:35 +02:00
parent 5bea0a0f97
commit ccb1d747f0
3 changed files with 273 additions and 280 deletions
@@ -55,7 +55,7 @@ pipeline {
stage("Template Analyzer") {
steps {
ws("/zpool0/entity-docs"){
sh "cd source/tools/templatesanalyzer/ && python3 unitTables.py"
sh "cd source/tools/templatesanalyzer/ && python3 unit_tables.py"
}
}
}