We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 535f2d0 commit b55e932Copy full SHA for b55e932
scape/_io.py
@@ -7,7 +7,7 @@
7
import requests
8
9
def download_from_zenodo(target_dir, cache_dir = '_data'):
10
- if os.path.exists(target_dir):
+ if os.path.exists(target_dir + '/_data'):
11
print(f"Target directory {target_dir} already exists. Skipping download.")
12
return
13
url = 'https://zenodo.org/records/10617221/files/scape-data.zip?download=1'
0 commit comments