Skip to content
Snippets Groups Projects
Commit eca34264 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

MAINT: rename default cache file

parent 7c0db1ec
No related branches found
No related tags found
2 merge requests!59FIX: if multiple updates for one entity exist, the retrieve would result in an...,!56F insert auth
Pipeline #28058 passed
......@@ -17,7 +17,7 @@ OUT=/tmp/crawler.output
ls
cat pycaosdb.ini
python3 -c "import caosdb; print('CaosDB Version:', caosdb.__version__)"
rm -rf /tmp/cache.db
rm -rf /tmp/caosdb_identifiable_cache.db
set -e
echo "Clearing database"
python3 clear_database.py
......
......@@ -185,7 +185,7 @@ class IdentifiableCache(AbstractCache):
return 2
def get_default_file_name(self):
return "cache.db"
return "caosdb_identifiable_cache.db"
def __init__(self, db_file=None, force_creation=False):
super().__init__(db_file, force_creation)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment