Skip to content

Commit 9f8303e

Browse files
committed
tmux: pretty print the command to be executed
1 parent 881160c commit 9f8303e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ Extra options to append at the end of the emulator command line.
748748
os.path.join(self.env['root_dir'], 'tmux-split'),
749749
"sleep 2;{} {}".format(tmux_cmd, tmux_args)
750750
]
751-
self.log_info(tmux_cmd)
751+
self.log_info(self.sh.cmd_to_string(tmux_cmd))
752752
subprocess.Popen(tmux_cmd)
753753
cmd.extend(extra_emulator_args)
754754
cmd.extend(self.env['extra_emulator_args'])

0 commit comments

Comments
 (0)