Skip to content
Snippets Groups Projects
Commit 5691f7e7 authored by pswain's avatar pswain
Browse files

update(pipeline): write version of Baby to log

parent 35ce0107
No related branches found
No related tags found
No related merge requests found
......@@ -305,9 +305,9 @@ class Pipeline(ProcessABC):
pprint(config[step])
print()
try:
print(f"Using Baby {baby.__version__}.\n")
logging.getLogger("aliby").info(f"Using Baby {baby.__version__}.")
except AttributeError:
print("Using Baby - no version specified.\n")
logging.getLogger("aliby").info("Using original Baby.")
# extract from configuration
expt_id = config["general"]["id"]
distributed = config["general"]["distributed"]
......
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