Skip to content

Commit

Permalink
Rerun setup when default client params deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
k1o0 committed Nov 12, 2024
1 parent 3424add commit a7d5065
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions one/params.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ def get(client=None, silent=False, username=None):
IBLParams
A Params object for the AlyxClient.
"""
client = client or get_default_client(include_schema=True)
client_key = _key_from_url(client) if client else None
cache_map = iopar.read(f'{_PAR_ID_STR}/{_CLIENT_ID_STR}', {})
# If there are no params for this client, run setup routine
Expand Down

0 comments on commit a7d5065

Please sign in to comment.