Skip to content

Commit

Permalink
Update src/spyglass/settings.py
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Brozdowski <Chris.Broz@ucsf.edu>
  • Loading branch information
edeno and CBroz1 authored Jan 25, 2024
1 parent 0f4e09b commit 5de0e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spyglass/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def __init__(self, base_dir: str = None, **kwargs):
}

def load_config(
self, base_dir=None, force_reload=False, on_startup: bool = True
self, base_dir=None, force_reload=False, on_startup: bool = False
):
"""
Loads the configuration settings for the object.
Expand Down

0 comments on commit 5de0e46

Please sign in to comment.