Skip to content

Commit 5d5f5f3

Browse files
committed
update
1 parent 7ac4b4b commit 5d5f5f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/core/image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def _run_command(self, cmd):
142142
if on_travis:
143143
self._run_command_on_travis(cmd)
144144
return
145-
print("$ %s", cmd)
145+
print("$ %s" % cmd)
146146
exit_code = os.system(cmd)
147147
if exit_code != 0:
148148
raise RuntimeError("Failed to build (exit_code=%s)" % exit_code)

0 commit comments

Comments
 (0)