Commit 7bba04b1 by Ton Kersten

Corrected for fallthrough

parent ee4fe9ff
...@@ -137,7 +137,7 @@ def main(): ...@@ -137,7 +137,7 @@ def main():
pip = module.get_bin_path('python-pip', False, ['%s/bin' % env]) pip = module.get_bin_path('python-pip', False, ['%s/bin' % env])
if not pip: if not pip:
pip = module.get_bin_path('pip-python', True, ['%s/bin' % env]) pip = module.get_bin_path('pip-python', False, ['%s/bin' % env])
if not pip: if not pip:
pip = module.get_bin_path('pip', True, ['%s/bin' % env]) pip = module.get_bin_path('pip', True, ['%s/bin' % env])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment