aboutsummaryrefslogtreecommitdiff
path: root/app/utils/report/boot.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/utils/report/boot.py')
-rw-r--r--app/utils/report/boot.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/utils/report/boot.py b/app/utils/report/boot.py
index 9c894ee..7a90327 100644
--- a/app/utils/report/boot.py
+++ b/app/utils/report/boot.py
@@ -739,10 +739,6 @@ def _parse_and_write_results(m_string, **kwargs):
(lab, def_get(board)[lab])
)
- if offline_data:
- m_string.write(G_(u"\nOffline Platforms:\n"))
- _traverse_data_struct(offline_data, m_string)
-
if failed_data:
boot_failure_url = u"%(base_url)s/boot/?%(kernel)s&fail" % kwargs
@@ -757,6 +753,10 @@ def _parse_and_write_results(m_string, **kwargs):
)
_traverse_data_struct(failed_data, m_string)
+ if offline_data:
+ m_string.write(G_(u"\nOffline Platforms:\n"))
+ _traverse_data_struct(offline_data, m_string)
+
if conflict_data:
conflict_comment = G_(
u"(These likely are not failures as other labs are reporting "