Skip to content

Commit f2daf74

Browse files
committed
Merge branch 'updateForLogging' of https://github.com/anandhu-eng/mlperf-automations into updateForLogging
2 parents 1f96146 + 5b140d5 commit f2daf74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

automation/script/docker_utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ def rebuild_flags(
346346
else:
347347
if full_key in ['s', 'v']:
348348
command_line += f" -{full_key}"
349-
else:
349+
else:
350350
command_line += f" --{full_key}={quote}{str(value)}{quote}"
351351

352352
return command_line

0 commit comments

Comments
 (0)