Skip to content

Commit 1a49cf1

Browse files
committed
fix default
1 parent ba6a352 commit 1a49cf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jobflow/core/flow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ def update_config(
706706
function_filter: Callable = None,
707707
attributes: list[str] | str = None,
708708
dynamic: bool = True,
709-
dict_mod: bool = True,
709+
dict_mod: bool = False,
710710
):
711711
"""
712712
Update the job config of all Jobs in the Flow.

0 commit comments

Comments
 (0)