Skip to content

Commit

Permalink
Bugfix: typo in debug logging (#355)
Browse files Browse the repository at this point in the history
Fixing missing s (%s) in log message template.
  • Loading branch information
VukW authored Feb 15, 2024
1 parent d47a568 commit 723ef06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlcube/mlcube/shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ def _generate(_params: DictConfig, _io: str) -> None:
mount_type: t.Optional[str] = _param_def.get("opts", None)
if _io == IOType.INPUT and mount_opts_for_input_params:
logger.debug(
"Shell.generate_mounts_and_args overriding parameter mount options (task=%s, param=%, "
"Shell.generate_mounts_and_args overriding parameter mount options (task=%s, param=%s, "
"io=%s, mount_opts=%s) with global mount option (%s) for input parameters.",
task,
_param_name,
Expand Down

0 comments on commit 723ef06

Please sign in to comment.