You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
XenAdmin: Program: Fix possibly unhandled exception on calling ExistsPipe
The function ExistsPipe could throw an exception on catching the NotFound related error. Add safe try-catch block that skip the error since if the pipe doesn't exist the code does nothing too.
Signed-off-by: Ilya Stolyarov <[email protected]>
0 commit comments