Skip to content

Commit f0f0502

Browse files
committed
fix: store quaero to cache path
1 parent 990bdb8 commit f0f0502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/quaero.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"""
5959

6060
URL = "https://quaerofrenchmed.limsi.fr/QUAERO_FrenchMed_brat.zip"
61-
DOWNLOAD_DIR = Path("./downloaded")
61+
DOWNLOAD_DIR = Path.home() / ".cache"
6262

6363

6464
def download_quaero():

0 commit comments

Comments
 (0)