PowerShell non si arrende...
Pubblicato: 7 giugno 2018 - 14:20
Ho uno strano problema con PowerShell
Devo fare ctrl+c
Devo fare ctrl+c
Codice: Seleziona tutto
>>> 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