We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e3fe8a commit d49f42dCopy full SHA for d49f42d
executor/engine/job/base.py
@@ -83,7 +83,7 @@ def __init__(
83
name: T.Optional[str] = None,
84
condition: T.Optional[Condition] = None,
85
wait_time_delta: float = 0.01,
86
- redirect_out_err: bool | str = False,
+ redirect_out_err: T.Union[bool, str] = False,
87
change_dir: bool = False,
88
**attrs
89
) -> None:
0 commit comments