mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
cast exception as string for printing
This commit is contained in:
+1
-1
@@ -516,7 +516,7 @@ def actually_resolve_reps(deps, index_lookup, markers_lookup, project, sources,
|
||||
),
|
||||
err=True)
|
||||
|
||||
click.echo(crayons.blue(e))
|
||||
click.echo(crayons.blue(str(e)))
|
||||
|
||||
if 'no version found at all' in str(e):
|
||||
click.echo(crayons.blue('Please check your version specifier and version number. See PEP440 for more information.'))
|
||||
|
||||
Reference in New Issue
Block a user