The use_threads parameter changes to True despite setting it to False or None. #1401
Unanswered
hector-sherpas
asked this question in
Q&A
Replies: 1 comment
-
Current use_threads=False is not very useful -- it will deadlock on larger files. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to run the following code with use_threads parameter set to False.
However, inside the library the parameter is changed to True in the cli.py file.
is it possible to fix this?
Beta Was this translation helpful? Give feedback.
All reactions