Skip to content

Commit

Permalink
Use internal butler datastore property in constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Jul 10, 2023
1 parent a4e82b2 commit d4b60db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/ctrl/mpexec/cmdLineFwk.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit d4b60db

Please sign in to comment.