Skip to content

Commit

Permalink
Do not use datastore with butler associate
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Jan 17, 2024
1 parent cc01408 commit 9e43e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/daf/butler/script/_associate.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def associate(
find_first : `bool`
Whether to find the first match or not.
"""
butler = Butler.from_config(repo, writeable=True)
butler = Butler.from_config(repo, writeable=True, without_datastore=True)

butler.registry.registerCollection(collection, CollectionType.TAGGED)

Expand Down

0 comments on commit 9e43e25

Please sign in to comment.