Skip to content

Commit

Permalink
Merge pull request #436 from lsst/tickets/DM-45726
Browse files Browse the repository at this point in the history
DM-45726: Use new constructor for RepoExportContext
  • Loading branch information
timj committed Aug 13, 2024
2 parents 9eaaaf2 + ee53c44 commit fe85a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/pipe/base/executionButlerBuilder.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def _export(
# export/import
BackendClass = get_class_of(butler._config["repo_transfer_formats", "yaml", "export"])
backend = BackendClass(yamlBuffer, universe=butler.dimensions)
exporter = RepoExportContext(butler._registry, butler._datastore, backend, directory=None, transfer=None)
exporter = RepoExportContext(butler, backend, directory=None, transfer=None)

# Need to ensure that the dimension records for outputs are
# transferred.
Expand Down

0 comments on commit fe85a52

Please sign in to comment.