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,