Re: [PATCH] parsemail.sh: don't set the python version

2018-06-06 Thread Stephen Finucane
On Wed, 2018-06-06 at 15:11 +0200, Ali Alnubani wrote: > This is to fix using the wrong python > version when inside a virtualenv. > > Signed-off-by: Ali Alnubani Yeah, we should default to system Python unless otherwise specified. Applied. Thanks for the patch! Stephen

[PATCH] parsemail.sh: don't set the python version

2018-06-06 Thread Ali Alnubani
This is to fix using the wrong python version when inside a virtualenv. Signed-off-by: Ali Alnubani --- 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/patch