Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Container.status returns unknown if TypeError
Status should return unknown when TypeError occours. This exception can be thrown after containers.list() is called and c.status is accessed before c.reload() client = PodmanClient() clist = client.containers.list() clist[0].status # TypeError without fix Fixes: #446 Signed-off-by: Nicola Sella <[email protected]>
- Loading branch information