PowerShell is not giving up...
Published: June 7, 2018 - 2:20 PM
I'm having a weird issue with the PowerShell
I have to do a ctrl+c
I have to do a ctrl+c
Code: Select all
>>> 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