Skip to content

Commit

Permalink
Use new constructor for RepoExportContext
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Aug 12, 2024
1 parent 9eaaaf2 commit ee53c44
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 ee53c44

Please sign in to comment.