summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2022-01-19 13:45:46 -0500
committerCole Robinson <crobinso@redhat.com>2022-01-19 13:45:46 -0500
commit45eb83f93a67c6a67b57c912405bd34bd0eeeb25 (patch)
tree2b0b677c85d797a720dd5293e849475bf738c393
parentd9044419ace6736a7ccce8e17ced4b53e604a3fa (diff)
downloadvirt-manager-45eb83f93a67c6a67b57c912405bd34bd0eeeb25.tar.gz
osdict: Remove outdated 'no cover' annotation
The test suite does cover this line Signed-off-by: Cole Robinson <crobinso@redhat.com>
-rw-r--r--virtinst/osdict.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/virtinst/osdict.py b/virtinst/osdict.py
index bb4965a1..e6296c53 100644
--- a/virtinst/osdict.py
+++ b/virtinst/osdict.py
@@ -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):