Merge branch 'bug/output-file' into 'master'

Set-up and stop our formatter

*Description of changes*

Make `--output-file` work consistently (especially without verbose logging)

*Related to:*  #180

See merge request !86
This commit is contained in:
Ian Cordasco 2016-07-25 19:57:13 +00:00
commit 427c4b53ef

View file

@ -284,8 +284,10 @@ class Application(object):
# type: (Union[NoneType, List[str]]) -> NoneType
self.initialize(argv)
self.run_checks()
self.formatter.start()
self.report_errors()
self.report_benchmarks()
self.formatter.stop()
def run(self, argv=None):
# type: (Union[NoneType, List[str]]) -> NoneType