backup manager _is_our_backup check faulty
Bug #2039588 reported by
Eric Harney
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Cinder |
New
|
Undecided
|
Unassigned |
Bug Description
_is_our_backup has a check at line 592 for "if not backup", but if backup were None, line 590 would have already thrown an AttributeError.
(Detected while adding type annotations to backup/manager.py)
To post a comment you must log in.