Skip to content

Commit edb506a

Browse files
committed
Prevent threaded Dask workers in DistRDF backend
1 parent ec5e56a commit edb506a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • bindings/distrdf/python/DistRDF/Backends/Dask

bindings/distrdf/python/DistRDF/Backends/Dask/Backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def __init__(self, daskclient: Optional[Client] = None):
114114
raise RuntimeError(
115115
"DistRDF with Dask does not support threaded workers. "
116116
"Please use processes=True and threads_per_worker=1."
117-
)
117+
)
118118

119119
def optimize_npartitions(self) -> int:
120120
"""

0 commit comments

Comments
 (0)