| commit | 23cbf138b417bf26280460cfe35c5aa1ca8c7cc9 | [log] [tgz] |
|---|---|---|
| author | Zuul <zuul@review.opendev.org> | Mon Oct 11 08:10:36 2021 +0000 |
| committer | Gerrit Code Review <review@openstack.org> | Mon Oct 11 08:10:36 2021 +0000 |
| tree | ccfda76bb48028c5565072bab74f213a549f4f32 | |
| parent | e2e88dc19ade9d269e5027427f1288e57ce4762f [diff] | |
| parent | bfc79dc98bfe68e22d3a58099bf550eda1a90a67 [diff] |
Merge "tools: Fix use of continue"
diff --git a/tools/install_pip.sh b/tools/install_pip.sh index a80c178..c72dc89 100755 --- a/tools/install_pip.sh +++ b/tools/install_pip.sh
@@ -128,7 +128,7 @@ # if python3-pip is later installed. # For general sanity, we just use the packaged pip. It should be # recent enough anyway. This is included via rpms/general - continue + : # Simply fall through else install_get_pip fi