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 80efd1c commit 627e0bfCopy full SHA for 627e0bf
pkg_resources/__init__.py
@@ -2740,7 +2740,7 @@ def _forgiving_parsed_version(self):
2740
notes = "\n".join(getattr(ex, "__notes__", [])) # PEP 678
2741
msg = f"""!!\n\n
2742
*************************************************************************
2743
- Invalid Version: {str(ex)}\n{notes}
+ {str(ex)}\n{notes}
2744
2745
This is a long overdue deprecation.
2746
For the time being, `pkg_resources` will use `{self._parsed_version}`
0 commit comments