From d4b60db7c31e9b154bce7f54031e10a854f345c6 Mon Sep 17 00:00:00 2001 From: Tim Jenness Date: Thu, 6 Jul 2023 16:43:33 -0700 Subject: [PATCH] Use internal butler datastore property in constructor --- python/lsst/ctrl/mpexec/cmdLineFwk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/lsst/ctrl/mpexec/cmdLineFwk.py b/python/lsst/ctrl/mpexec/cmdLineFwk.py index 10b8a63d..3382e395 100644 --- a/python/lsst/ctrl/mpexec/cmdLineFwk.py +++ b/python/lsst/ctrl/mpexec/cmdLineFwk.py @@ -607,7 +607,7 @@ def makeGraph(self, pipeline: Pipeline, args: SimpleNamespace) -> QuantumGraph | butler.registry, skipExistingIn=args.skip_existing_in, clobberOutputs=args.clobber_outputs, - datastore=butler.datastore if args.qgraph_datastore_records else None, + datastore=butler._datastore if args.qgraph_datastore_records else None, ) # accumulate metadata metadata = {