PowerShell gibt nicht auf...
Veröffentlicht: 7. Juni 2018 – 14:20 Uhr
Ich habe ein seltsames Problem mit PowerShell
Ich muss Strg+C drücken
Ich muss Strg+C drücken
Code: Alle auswählen
>>> 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