Skip to content

Commit

Permalink
Merge branch 'master' into bugfux/build-args-none
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-serebryakov authored Feb 15, 2024
2 parents d2580ff + 723ef06 commit 98d10e3
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 98d10e3

Please sign in to comment.