psexec: Handle socket errors (Connection timeout) (#47201)

* psexec: Handle socket errors (Connection timeout)

This ensures we get a nicer error message from psexec.

* Add changelog fragment
This commit is contained in:
Dag Wieers 2018-10-21 21:32:06 +02:00 committed by Jordan Borean
commit 6f9c6071e5
2 changed files with 33 additions and 12 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- psexec - Handle socket.error exceptions properly