Skip to content

Commit

Permalink
Clean up "predict" parameter docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Jul 10, 2023
1 parent a02f5b7 commit f2fa939
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions python/lsst/daf/butler/_limited_butler.py
Original file line number Diff line number Diff line change
Expand Up @@ -380,8 +380,8 @@ def get_many_uris(
refs : iterable of `DatasetIdRef`
References to the required datasets.
predict : `bool`, optional
If the datastore does not know about a dataset, should it
return a predicted URI or not?
If `True`, allow URIs to be returned of datasets that have not
been written.
allow_missing : `bool`
If `False`, and ``predict`` is `False`, will raise if a
`DatasetRef` does not exist.
Expand Down
4 changes: 2 additions & 2 deletions python/lsst/daf/butler/core/datastore.py
Original file line number Diff line number Diff line change
Expand Up @@ -786,8 +786,8 @@ def getManyURIs(
refs : iterable of `DatasetIdRef`
References to the required datasets.
predict : `bool`, optional
If the datastore does not know about a dataset, should it
return a predicted URI or not?
If `True`, allow URIs to be returned of datasets that have not
been written.
allow_missing : `bool`
If `False`, and ``predict`` is `False`, will raise if a
`DatasetRef` does not exist.
Expand Down

0 comments on commit f2fa939

Please sign in to comment.