Windows: Invalid default cache directory
Summary
The default temp directory of the UpdateCache
is located in /tmp
, which does not exist on Windows.
def get_default_file_name(self):
return "/tmp/crawler_update_cache.db"
caosdb-crawler#100 (comment 86460)
Expected Behavior
What did you expect how the software should behave?
Actual Behavior
What did the software actually do?
Steps to Reproduce the Problem
Please describe, step by step, how others can reproduce the problem. Please try these steps for yourself on a clean system.
Specifications
- Version: Which version of this software?
- Platform: Which operating system, which other relevant software versions?
Possible fixes
Do you have ideas how the issue can be resolved?
Edited by Joscha Schmiedt