Skip to content

Commit f9c5362

Browse files
committed
cover
1 parent 4b03c9f commit f9c5362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/api_core/_python_version_support.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def _get_pypi_package_name(module_name):
173173
if module_name in module_to_distributions: # pragma: NO COVER
174174
# The value is a list of distribution names, take the first one
175175
return module_to_distributions[module_name][0]
176-
except Exception as e:
176+
except Exception as e: # pragma: NO COVER
177177
_LOGGER.info(
178178
"An error occurred while determining PyPI package name for %s: %s",
179179
module_name,

0 commit comments

Comments
 (0)