Skip to content

Commit

Permalink
remove resource_cache from dali
Browse files Browse the repository at this point in the history
  • Loading branch information
yuema137 committed Apr 25, 2024
1 parent 5d3cfc8 commit 65df9af
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion straxen/common.py
Expand Up @@ -261,7 +261,6 @@ def resource_from_url(html: str, fmt="text"):
cache_folders = [
"./resource_cache",
"/tmp/straxen_resource_cache",
"/dali/lgrandi/strax/resource_cache",
]
for cache_folder in cache_folders:
try:
Expand Down
1 change: 0 additions & 1 deletion straxen/storage/mongo_storage.py
Expand Up @@ -261,7 +261,6 @@ def __init__(self, store_files_at=None, *args, **kwargs):
if store_files_at is None:
store_files_at = (
"/tmp/straxen_resource_cache/",
"/dali/lgrandi/strax/resource_cache",
"./resource_cache",
)
elif not isinstance(store_files_at, (tuple, str, list)):
Expand Down

0 comments on commit 65df9af

Please sign in to comment.