mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 01:22:04 +00:00
Fix "AttributeError: 'BuildResult' object has no attribute 'libraries'" in BuilderSpecialReport
This commit is contained in:
parent
aa41e9b775
commit
58694ff091
@ -275,7 +275,6 @@ tr:hover td {{filter: brightness(95%);}}
|
||||
<th>Compiler</th>
|
||||
<th>Build type</th>
|
||||
<th>Sanitizer</th>
|
||||
<th>Libraries</th>
|
||||
<th>Status</th>
|
||||
<th>Build log</th>
|
||||
<th>Build time</th>
|
||||
@ -319,8 +318,6 @@ def create_build_html_report(
|
||||
else:
|
||||
row += "<td>none</td>"
|
||||
|
||||
row += f"<td>{build_result.libraries}</td>"
|
||||
|
||||
if build_result.status:
|
||||
style = _get_status_style(build_result.status)
|
||||
row += f'<td style="{style}">{build_result.status}</td>'
|
||||
|
Loading…
Reference in New Issue
Block a user