Skip to content

Commit 7e2f8f3

Browse files
author
danameyer
committed
set stop_on_fail to true again. Refs #6.
1 parent e5b8641 commit 7e2f8f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flow_preprocessor/preprocessing_logic/preprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def __init__(
3636
callback_preprocess: Callable[[dict], Coroutine[Any, Any, None]] = None,
3737
crop: bool = False,
3838
abbrev: bool = False,
39-
stop_on_fail: bool = False,
39+
stop_on_fail: bool = True,
4040
directory: str = "tmp",
4141
in_path: str = "",
4242
out_path: str = "preprocessed",

0 commit comments

Comments
 (0)