fix reporter call for install command

This commit is contained in:
Gregory Becker
2020-01-17 15:01:10 -08:00
committed by Tamara Dahlgren
parent 4d282ad4d9
commit 8f255f9e6a

View File

@@ -303,7 +303,7 @@ def install(parser, args, **kwargs):
if not args.log_file and not reporter.filename:
reporter.filename = default_log_file(specs[0])
reporter.specs = specs
with reporter:
with reporter('build'):
if args.overwrite:
installed = list(filter(lambda x: x,