PowerShell no se rinde...
Publicado: 7 de junio de 2018 - 14:20
Tengo un problema extraño con PowerShell
Tengo que hacer ctrl+c
Tengo que hacer ctrl+c
Código: Seleccionar todo
>>> from setuphelpers import *
>>> run_powershell('write-host toto')
CTRL+C
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "setuphelpers.py", line 3991, in run_powershell
**kwargs)
File "setuphelpers.py", line 962, in run
stdout_worker.join(timeout)
File "C:\Program Files (x86)\wapt\lib\threading.py", line 951, in join
self.__block.wait(delay)
File "C:\Program Files (x86)\wapt\lib\threading.py", line 359, in wait
_sleep(delay)
KeyboardInterrupt