We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5b8641 commit 7e2f8f3Copy full SHA for 7e2f8f3
1 file changed
flow_preprocessor/preprocessing_logic/preprocess.py
@@ -36,7 +36,7 @@ def __init__(
36
callback_preprocess: Callable[[dict], Coroutine[Any, Any, None]] = None,
37
crop: bool = False,
38
abbrev: bool = False,
39
- stop_on_fail: bool = False,
+ stop_on_fail: bool = True,
40
directory: str = "tmp",
41
in_path: str = "",
42
out_path: str = "preprocessed",
0 commit comments