executor stats and task_executor pep8 error (#23651)

This commit is contained in:
TaoBeier 2017-08-18 20:55:48 +08:00 committed by ansibot
commit be6c4908a2
2 changed files with 2 additions and 2 deletions

View file

@ -54,7 +54,7 @@ class AggregateStats:
failures=self.failures.get(host, 0),
unreachable=self.dark.get(host, 0),
changed=self.changed.get(host, 0),
skipped=self.skipped.get(host, 0),
skipped=self.skipped.get(host, 0)
)
def set_custom_stats(self, which, what, host=None):