Skip to content

Commit

Permalink
pep8 fix
Browse files Browse the repository at this point in the history
added spacing
  • Loading branch information
cgoldberg committed Sep 7, 2019
1 parent c5efb57 commit 610a87f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locust/stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 610a87f

Please sign in to comment.