Skip to content

Commit

Permalink
Use py from venv in pipcheckoldcells fallback parser
Browse files Browse the repository at this point in the history
  • Loading branch information
AndydeCleyre committed Nov 9, 2024
1 parent d4103ad commit c8223b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zpy.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -1261,7 +1261,7 @@ ZPY_PROCS=${${$(nproc 2>/dev/null):-$(sysctl -n hw.logicalcpu 2>/dev/null)}:-4}
} else {

cells=($(
.zpy_ui_vrun $vrun_args $list_outdated --format=json 2>/dev/null | python -c '
.zpy_ui_vrun $vrun_args $list_outdated --format=json 2>/dev/null | .zpy_ui_vrun $vrun_args python -c '
import sys
from json import load
pkgs = load(sys.stdin)
Expand Down

0 comments on commit c8223b8

Please sign in to comment.