From cdf6c9e65ad0be747b15e40692259bc1a40ece3f Mon Sep 17 00:00:00 2001 From: Gregory Ashton <gregory.ashton@ligo.org> Date: Mon, 30 Sep 2019 10:20:33 +1000 Subject: [PATCH] Close #374: don't auto print the bilby version info --- bilby/core/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bilby/core/utils.py b/bilby/core/utils.py index 9fa3f3177..0b1b80bec 100644 --- a/bilby/core/utils.py +++ b/bilby/core/utils.py @@ -889,7 +889,7 @@ class UnsortedInterp2d(interp2d): # Instantiate the default argument parser at runtime command_line_args, command_line_parser = set_up_command_line_arguments() # Instantiate the default logging -setup_logger(print_version=True, log_level=command_line_args.log_level) +setup_logger(print_version=False, log_level=command_line_args.log_level) if 'DISPLAY' in os.environ: logger.debug("DISPLAY={} environment found".format(os.environ['DISPLAY'])) -- GitLab