mirror of
https://github.com/pyenv/pyenv-virtualenv.git
synced 2026-09-10 07:16:18 -04:00
stub: dumping the plan vars is redundant
They proved to not be useful for diagnostics
This commit is contained in:
parent
4785e89a3b
commit
dd2ad3ee65
|
|
@ -86,11 +86,8 @@ if [ -n "${!_STUB_END}" ]; then
|
|||
fi
|
||||
if [ "${!_STUB_RESULT}" -ne 0 ]; then
|
||||
{
|
||||
echo "index: $index; stub index: ${!_STUB_INDEX}"
|
||||
echo "plan:"
|
||||
cat "${!_STUB_PLAN}" || true
|
||||
echo "run:"
|
||||
cat "${!_STUB_RUN}" || true
|
||||
echo "log:"
|
||||
cat "${!_STUB_LOG}" || true
|
||||
} >&2
|
||||
|
|
|
|||
Loading…
Reference in a new issue