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
batchspawner/batchspawner: Fix exception handling in run_command.
The exception handling in run_command had several issues
which this commit fixes:
- Don't use undefined variable.
- communicate() may block forever if process already
closed the pipes.
- exceptions during exception handling were not handled.
0 commit comments