Skip to content
Snippets Groups Projects
Commit cdf6c9e6 authored by Gregory Ashton's avatar Gregory Ashton
Browse files

Close #374: don't auto print the bilby version info

parent 5d55c3b4
No related branches found
No related tags found
1 merge request!609Resolve "How to stop bilby version info being written to console on import"
Pipeline #81795 passed
......@@ -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']))
......
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