mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-03-23 06:50:13 +03:00
osdict: Remove outdated 'no cover' annotation
The test suite does cover this line Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
parent
d9044419ac
commit
45eb83f93a
@ -191,7 +191,7 @@ class _OSDB(object):
|
||||
return None
|
||||
|
||||
if not self._os_db.identify_media(media):
|
||||
return None # pragma: no cover
|
||||
return None
|
||||
return media.get_os().get_short_id(), _OsMedia(media)
|
||||
|
||||
def guess_os_by_tree(self, location):
|
||||
|
Loading…
x
Reference in New Issue
Block a user