From 610a87f433900d8baae51709c41e3b147a53bc97 Mon Sep 17 00:00:00 2001 From: Corey Goldberg Date: Sat, 7 Sep 2019 09:46:03 -0400 Subject: [PATCH] pep8 fix added spacing --- locust/stats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locust/stats.py b/locust/stats.py index bc0da37704..c2b679af77 100644 --- a/locust/stats.py +++ b/locust/stats.py @@ -384,7 +384,7 @@ def get_stripped_report(self): return report def __str__(self): - fail_percent = self.fail_ratio*100 + fail_percent = self.fail_ratio * 100 return (" %-" + str(STATS_NAME_WIDTH) + "s %7d %12s %7d %7d %7d | %7d %7.2f") % ( (self.method and self.method + " " or "") + self.name,