Closed tomfelder94 closed 4 months ago
Hey @tomfelder94!
Yes, this feature was added in v0.14.0 (PR #402). You can change it by adjusting the env variable OUTPUT_PATH
like
os.environ['OUTPUT_PATH'] = "/your/custom/output_path"
which is read by this function.
According to #402 this hint was part of the docs but somehow vanished.. :thinking: - do you know why @FlorianK13 ?
cf. #520
Hi @nesnoj I don't know why this is not in the docs. We definitely should add it somewhere because this question comes up regularly.
Hi @nesnoj I don't know why this is not in the docs. We definitely should add it somewhere because this question comes up regularly.
Ok, I'll take care..
Fixed in #550, docs will be updated in next release @tomfelder94
Description of the issue
I would like to saved the generated SQLite file at a specific location (a shared SSD drive), not under
$HOME/.open-MaStR/data/sqlite
. Is there a way to provide an absolute path as an argument when initializing theMastr
object? Or do I have to manually copy it after each download?