We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b03c9f commit f9c5362Copy full SHA for f9c5362
google/api_core/_python_version_support.py
@@ -173,7 +173,7 @@ def _get_pypi_package_name(module_name):
173
if module_name in module_to_distributions: # pragma: NO COVER
174
# The value is a list of distribution names, take the first one
175
return module_to_distributions[module_name][0]
176
- except Exception as e:
+ except Exception as e: # pragma: NO COVER
177
_LOGGER.info(
178
"An error occurred while determining PyPI package name for %s: %s",
179
module_name,
0 commit comments