Fix option for multi-threads in fd

This commit is contained in:
Eric Torres 2022-03-23 17:33:04 -07:00
parent 09dc5c76f9
commit ee05e2c824

View File

@ -19,7 +19,7 @@ _num_threads = len(sched_getaffinity(0)) # have fd run on multiple threads
FIND_CMD = shutil.which("fd")
DEFAULT_FIND_OPTS = [
"--threads",
_num_threads,
str(_num_threads),
"--hidden",
"--print0",
"--type",