Skip to content
Snippets Groups Projects
Commit f7f4039d authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

We don't use the "logging" variable here, so alias it to "_" instead.

parent 38ec13ec
No related branches found
No related tags found
No related merge requests found
......@@ -739,9 +739,8 @@ def main(args=None):
log_handler = ProgressManager().setup(parsed_args)
with setup_logging(parsed_args.debug, log_handler) as logger:
with setup_logging(parsed_args.debug, log_handler) as _:
post_parse(parsed_args)
# Call main entry point
sys.exit(run_diffoscope(parsed_args))
......
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