diff --git a/py-dashboard/GhostRequest.py b/py-dashboard/GhostRequest.py index 523525f7..aaefdf94 100644 --- a/py-dashboard/GhostRequest.py +++ b/py-dashboard/GhostRequest.py @@ -347,7 +347,7 @@ class GhostRequest: text = 'Testbed: %s
' % testbeds[0] dut_table = '' \ - '%s
DUT_HWDUT_SWDUT modelDUT Serial
%s%s%s
' % (dut_hw, dut_sw, dut_model, dut_serial) + '%s%s%s%s' % (dut_hw, dut_sw, dut_model, dut_serial) text = text + dut_table for pdf in pdfs: