We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f051f7 commit 546b1b9Copy full SHA for 546b1b9
src/dask_dirac/_dask.py
@@ -380,7 +380,7 @@ def get_cached_files(cache_location: str) -> list[str]:
380
# remove parquet extension and get file name from path
381
file_list = [c[c.rfind("/") + 1 : -8] for c in file_list]
382
return file_list
383
-
+
384
# TODO: RUCIO
385
# TODO: DIRAC
386
raise NotImplementedError("Caching is not implemented yet for %s", cache_location)
0 commit comments