aboutsummaryrefslogtreecommitdiff
path: root/crosperf/results_report.py
diff options
context:
space:
mode:
Diffstat (limited to 'crosperf/results_report.py')
-rw-r--r--crosperf/results_report.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/crosperf/results_report.py b/crosperf/results_report.py
index 22719027..81591db7 100644
--- a/crosperf/results_report.py
+++ b/crosperf/results_report.py
@@ -375,8 +375,8 @@ class TextResultsReport(ResultsReport):
def GetTotalWaitCooldownTime(self):
"""Get cooldown wait time in seconds from experiment benchmark runs.
- Returns:
- Dictionary {'dut': int(wait_time_in_seconds)}
+ Returns:
+ Dictionary {'dut': int(wait_time_in_seconds)}
"""
waittime_dict = {}
for dut in self.experiment.machine_manager.GetMachines():