Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
container.execute: fix when exec_start completes fast (#60)
p.join will return None in two situations: when the timeout is reached, and if the process has completed already. Adjust the check so that we throw an exception in the former case but not the latter. Signed-off-by: Jonathan Dowland <jdowland@redhat.com>
- Loading branch information