diff --git a/pipenv/utils/resolver.py b/pipenv/utils/resolver.py index 7de6a7f77..2148a9a8f 100644 --- a/pipenv/utils/resolver.py +++ b/pipenv/utils/resolver.py @@ -767,7 +767,7 @@ def resolve(cmd, st, project): st.console.print(environments.PIPENV_SPINNER_FAIL_TEXT.format("Locking Failed!")) err.print(out.strip()) if not is_verbose: - err.print(err) + err.print(errors) raise RuntimeError("Failed to lock Pipfile.lock!") if is_verbose: err.print(out.strip())