Skip to content
Snippets Groups Projects
Commit b450d80e authored by Gregory Becker's avatar Gregory Becker
Browse files

fix reporter call for install command

parent 64595a4e
No related branches found
No related tags found
No related merge requests found
...@@ -303,7 +303,7 @@ def install(parser, args, **kwargs): ...@@ -303,7 +303,7 @@ def install(parser, args, **kwargs):
if not args.log_file and not reporter.filename: if not args.log_file and not reporter.filename:
reporter.filename = default_log_file(specs[0]) reporter.filename = default_log_file(specs[0])
reporter.specs = specs reporter.specs = specs
with reporter: with reporter('build'):
if args.overwrite: if args.overwrite:
installed = list(filter(lambda x: x, installed = list(filter(lambda x: x,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment