Commit 7ae003ec authored by Mohammed Ismail's avatar Mohammed Ismail

[CI] error fix

Signed-off-by: default avatarMohammed Ismail <mohammed.ismail@openairinterface.org>
parent 2f61fb4c
...@@ -860,7 +860,7 @@ class HtmlReport(): ...@@ -860,7 +860,7 @@ class HtmlReport():
cell_msg = ' <td bgcolor="LimeGreen"><pre style="border:none; background-color:LimeGreen"><b>' cell_msg = ' <td bgcolor="LimeGreen"><pre style="border:none; background-color:LimeGreen"><b>'
cell_msg += 'OK: ' + size + '\n' cell_msg += 'OK: ' + size + '\n'
else: else:
cellOMMIT oai-smf: cell_msg = ' <td bgcolor="Tomato"><pre style="border:none; background-color:Tomato"><b>'
cell_msg += 'KO:\n' cell_msg += 'KO:\n'
cell_msg += '</b></pre></td>\n' cell_msg += '</b></pre></td>\n'
else: else:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment