Skip to content

Commit

Permalink
Merge pull request #176 from lsst/tickets/DM-29354
Browse files Browse the repository at this point in the history
DM-29354: Replace deprecated posix datastore with file datastore
  • Loading branch information
timj committed Mar 23, 2021
2 parents 9496650 + 2174c3d commit 03fae8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/pipe/base/tests/simpleQGraph.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def makeSimpleQGraph(nQuanta=5, pipeline=None, butler=None, root=None, skipExist
config = Config()
if not inMemory:
config["registry", "db"] = f"sqlite:///{root}/gen3.sqlite"
config["datastore", "cls"] = "lsst.daf.butler.datastores.posixDatastore.PosixDatastore"
config["datastore", "cls"] = "lsst.daf.butler.datastores.fileDatastore.FileDatastore"
repo = butlerTests.makeTestRepo(root, {}, config=config)
collection = "test"
butler = Butler(butler=repo, run=collection)
Expand Down

0 comments on commit 03fae8e

Please sign in to comment.