diff --git a/inc/python b/inc/python index 210a9dbdfe..fd0d616b62 100644 --- a/inc/python +++ b/inc/python @@ -124,7 +124,7 @@ function pip_install { $@ # Also install test requirements - local test_req="$@/test-requirements.txt" + local test_req="${!#}/test-requirements.txt" if [[ -e "$test_req" ]]; then echo "Installing test-requirements for $test_req" $sudo_pip \