This is to fix using the wrong python version when inside a virtualenv. Signed-off-by: Ali Alnubani <alia...@mellanox.com> --- patchwork/bin/parsemail.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/patchwork/bin/parsemail.sh b/patchwork/bin/parsemail.sh index a742f60..c9c9b6a 100755 --- a/patchwork/bin/parsemail.sh +++ b/patchwork/bin/parsemail.sh @@ -23,7 +23,7 @@ BIN_DIR=$(dirname "$0") PATCHWORK_BASE=$(readlink -e "$BIN_DIR/../..") if [ -z "$PW_PYTHON" ]; then - PW_PYTHON=python2 + PW_PYTHON=python fi if [ -z "$DJANGO_SETTINGS_MODULE" ]; then -- 2.11.0 _______________________________________________ Patchwork mailing list Patchwork@lists.ozlabs.org https://lists.ozlabs.org/listinfo/patchwork