Skip to content

Commit

Permalink
Merge pull request #540 from lsst/tickets/DM-30316
Browse files Browse the repository at this point in the history
DM-30316: Support rewriting of sqlite registry
  • Loading branch information
timj committed Jul 1, 2021
2 parents 75b8534 + a081dfe commit 2b48f09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/lsst/daf/butler/_butlerConfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ def __init__(self, other: Optional[Union[str, ButlerURI, Config]] = None,
configFile = butlerConfig.configFile
if configFile is not None:
uri = ButlerURI(configFile)
self.configFile = uri
self.configDir = uri.dirname()

# A Butler config contains defaults defined by each of the component
Expand Down

0 comments on commit 2b48f09

Please sign in to comment.