Skip to content

Commit

Permalink
Put session caches in subfolder
Browse files Browse the repository at this point in the history
  • Loading branch information
bjhardcastle committed Jan 12, 2024
1 parent e08bfe5 commit e920b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/npc_lims/paths/cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

from npc_lims.paths.s3 import S3_SCRATCH_ROOT

CACHE_ROOT = S3_SCRATCH_ROOT / "session-caches"
CACHE_ROOT = S3_SCRATCH_ROOT / "cache" / "nwb"

NWBComponentStr: TypeAlias = Literal[
"session",
Expand Down

0 comments on commit e920b19

Please sign in to comment.