Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
reliveyy committed Oct 19, 2020
1 parent 7ac4b4b commit 5d5f5f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/core/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def _run_command(self, cmd):
if on_travis:
self._run_command_on_travis(cmd)
return
print("$ %s", cmd)
print("$ %s" % cmd)
exit_code = os.system(cmd)
if exit_code != 0:
raise RuntimeError("Failed to build (exit_code=%s)" % exit_code)
Expand Down

0 comments on commit 5d5f5f3

Please sign in to comment.