Skip to content

Commit

Permalink
DM-40080: Butler.datastore is no longer public attribute so use priva…
Browse files Browse the repository at this point in the history
…te one
  • Loading branch information
timj committed Jan 4, 2024
1 parent 7ce1343 commit e99340c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ def transfer_non_datasets(source_butler: DirectButler, dest_butler: DirectButler
BackendClass = get_class_of(source_butler._config["repo_transfer_formats", "yaml", "export"])
backend = BackendClass(yamlBuffer)
exporter = RepoExportContext(
source_butler._registry, source_butler.datastore, backend, directory=None, transfer=None
source_butler._registry, source_butler._datastore, backend, directory=None, transfer=None
)

# Export all the collections.
Expand Down

0 comments on commit e99340c

Please sign in to comment.