Home
last modified time | relevance | path

Searched refs:WINPTY_EXE (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-2.7.6/tools/
Didf.py784 WINPTY_EXE = 'winpty' variable
785 if ('MSYSTEM' in os.environ) and (not os.environ.get('_', '').endswith(WINPTY_EXE)
794 ret = subprocess.call([WINPTY_EXE, sys.executable] + sys.argv, env=os.environ)