Browse Source
The pip_args variable is not initialized when installing pip for bullseye resulting in an unbound variable error when running install_python3_pip on that debian version. This patch fixes the issue moving pip_args inizialization to a common place. Change-Id: I1603c97871449b4f73e3062a705d655e9454bf33changes/26/822326/3
1 changed files with 3 additions and 6 deletions
Loading…
Reference in new issue