Update launch_sdio.py

This commit is contained in:
2Shirt 2024-06-12 20:57:46 -07:00
parent 97bda374e3
commit 7250045662
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -21,4 +21,4 @@ if __name__ == '__main__':
sdio_path = wk.kit.tools.get_sdio_path(interactive=True)
cmd = [sdio_path, '-log_dir', log_dir]
wk.exe.run_program(cmd, check=False, cwd=sdio_path.parent)
wk.exe.popen_program(cmd, cwd=sdio_path.parent)