Skip to content

Commit dd3d3ea

Browse files
committed
fix: trailing slash
1 parent ee824f3 commit dd3d3ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

duck.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def get_files(algo, crawl, local_prefix=None):
6868
# Check whether the local files have been already downloaded
6969
# We expect 300 files of about a gigabyte
7070
if len(files) < 250:
71-
index_download_advice('/home/cc-pds/', crawl)
71+
index_download_advice('/home/cc-pds', crawl)
7272
exit(1)
7373
elif algo == 'cloudfront_glob':
7474
# duckdb can't glob this, same reason as s3_glob above

0 commit comments

Comments
 (0)