Skip to content

Commit

Permalink
Rename LAMINDB_STORAGE_UID_INIT to LAMINDB_STORAGE_LNID_INIT
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf authored Sep 20, 2024
1 parent f622724 commit d35f12d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lamindb_setup/core/_settings_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def init_storage(
raise ValueError(
'Please pass a folder name that does not end or contain ".lamindb"'
)
uid = os.getenv("LAMINDB_STORAGE_UID_INIT")
uid = os.getenv("LAMINDB_STORAGE_LNID_INIT")
if uid is None:
uid = base62(12)
else:
Expand Down

0 comments on commit d35f12d

Please sign in to comment.