From 61b2a70629d853488efdcee7be57b5e1c8fdd0aa Mon Sep 17 00:00:00 2001 From: Matthew Stidham Date: Fri, 9 Jul 2021 12:03:15 -0700 Subject: [PATCH] Fix dut_table argument Signed-off-by: Matthew Stidham --- py-dashboard/GhostRequest.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/py-dashboard/GhostRequest.py b/py-dashboard/GhostRequest.py index c550f5ed..f052351b 100644 --- a/py-dashboard/GhostRequest.py +++ b/py-dashboard/GhostRequest.py @@ -441,10 +441,11 @@ class GhostRequest: 'Tests passed' \ '%s' \ 'Tests failed' \ - '%s' \ - '' % ( + '%s' % ( device, data[0], data[1], data[2], data[3], test_pass_fail_results['PASS'], test_pass_fail_results['FAIL']) + + dut_table = dut_table + '' text = text + dut_table for pdf in pdfs: