We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 881160c commit 9f8303eCopy full SHA for 9f8303e
run
@@ -748,7 +748,7 @@ Extra options to append at the end of the emulator command line.
748
os.path.join(self.env['root_dir'], 'tmux-split'),
749
"sleep 2;{} {}".format(tmux_cmd, tmux_args)
750
]
751
- self.log_info(tmux_cmd)
+ self.log_info(self.sh.cmd_to_string(tmux_cmd))
752
subprocess.Popen(tmux_cmd)
753
cmd.extend(extra_emulator_args)
754
cmd.extend(self.env['extra_emulator_args'])
0 commit comments