diff --git a/flake8/formatting/base.py b/flake8/formatting/base.py index 85a931c..e419470 100644 --- a/flake8/formatting/base.py +++ b/flake8/formatting/base.py @@ -96,7 +96,7 @@ class BaseFormatter(object): if self.output_fd is not None: self.output_fd.write(line + self.newline) else: - print(self.output_fd) + print(line) def stop(self): """Clean up after reporting is finished."""