Skip to content
Snippets Groups Projects
Verified Commit e75be7e7 authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

main: remove terminal line cleaning, that is now taken care by the logging module

parent 615095a2
No related branches found
No related tags found
No related merge requests found
......@@ -459,8 +459,6 @@ def main(args=None):
post_parse(parsed_args)
sys.exit(run_diffoscope(parsed_args))
except KeyboardInterrupt:
if log_handler:
log_handler.progressbar.bar.erase_line()
logger.info('Keyboard Interrupt')
sys.exit(2)
except BrokenPipeError:
......
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