Skip to content

Commit a2b2a87

Browse files
committed
Fix _log_command_execute
1 parent 0794bc6 commit a2b2a87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exec_helpers/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ def _log_command_execute(
329329
command: str,
330330
log_mask_re: typing.Union[str, None],
331331
log_level: int,
332-
chroot_path: typing.Union[str, None],
332+
chroot_path: typing.Optional[str] = None,
333333
**_: typing.Any,
334334
) -> None:
335335
"""Log command execution."""

0 commit comments

Comments
 (0)