diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/euscan | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -38,6 +38,7 @@ from euscan.out import progress_bar isatty = os.environ.get('TERM') != 'dumb' and sys.stdout.isatty() isatty_stderr = os.environ.get('TERM') != 'dumb' and sys.stderr.isatty() + def exit_helper(status): if CONFIG["format"]: print(output.get_formatted_output()) |