We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee824f3 commit dd3d3eaCopy full SHA for dd3d3ea
1 file changed
duck.py
@@ -68,7 +68,7 @@ def get_files(algo, crawl, local_prefix=None):
68
# Check whether the local files have been already downloaded
69
# We expect 300 files of about a gigabyte
70
if len(files) < 250:
71
- index_download_advice('/home/cc-pds/', crawl)
+ index_download_advice('/home/cc-pds', crawl)
72
exit(1)
73
elif algo == 'cloudfront_glob':
74
# duckdb can't glob this, same reason as s3_glob above
0 commit comments