Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The dictionary can have a None value in case there's no snapshot: pbm status can contain a `null` value for pbm[backups][snapshot] which is parsed as None and then `pbm_status["backups"].get("snapshot", []) == None` which is not what is expected here.
- Loading branch information