fix reporter call for install command
This commit is contained in:
committed by
Tamara Dahlgren
parent
4d282ad4d9
commit
8f255f9e6a
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user