OS: windows 7 32bit
plugin runs code
self.window.run_command("exec", {
"working_dir": questa_dir,
"file_regex": self.get_pattern_parse_output(),
"cmd": 'cmd'], # can be any process
"shell": True
})
and it starts two processes cmd.exe. In build 3083 works fine (one process).
Maybe something was changed in build system. Does anyone have the same issue?