diff --git a/src/aliby/pipeline.py b/src/aliby/pipeline.py index 72eff0036d494a7487ea184ce7907ba74094ade1..324bac922a052214229f88273d44f707f1dda2ad 100644 --- a/src/aliby/pipeline.py +++ b/src/aliby/pipeline.py @@ -296,7 +296,7 @@ class Pipeline(ProcessABC): dispatcher = dispatch_dataset( expt_id, **self.general.get("server_info", {}) ) - logging.getLogger("aliby").INFO( + logging.getLogger("aliby").info( f"Fetching data using {dispatcher.__class__.__name__}" ) # Do all all initialisations