There was an error while loading. Please reload this page.
1 parent 1f243cb commit f05ad97Copy full SHA for f05ad97
1 file changed
src/python_inspector/resolution.py
@@ -660,5 +660,6 @@ def get_resolved_dependencies(
660
return results
661
except Exception as e:
662
if debug:
663
+ import click
664
click.secho(f"{e!r}", err=True)
665
return None
0 commit comments