Re: [PATCH] scripts/spdxcheck: make python3 compliant

2018-11-08 Thread Uwe Kleine-König
Hello, On Thu, Nov 08, 2018 at 07:22:00AM +0100, Uwe Kleine-König wrote: > On Wed, Nov 07, 2018 at 03:32:51PM -0800, Andrew Morton wrote: > > On Tue, 23 Oct 2018 09:08:02 +0200 Uwe Kleine-König > > wrote: > > > > > Without this change the following happens when using Python3 (3.6.6): > > > >

Re: [PATCH] scripts/spdxcheck: make python3 compliant

2018-11-08 Thread Uwe Kleine-König
Hello, On Thu, Nov 08, 2018 at 07:22:00AM +0100, Uwe Kleine-König wrote: > On Wed, Nov 07, 2018 at 03:32:51PM -0800, Andrew Morton wrote: > > On Tue, 23 Oct 2018 09:08:02 +0200 Uwe Kleine-König > > wrote: > > > > > Without this change the following happens when using Python3 (3.6.6): > > > >

Re: [PATCH] scripts/spdxcheck: make python3 compliant

2018-11-07 Thread Uwe Kleine-König
Hello Andrew, On Wed, Nov 07, 2018 at 03:32:51PM -0800, Andrew Morton wrote: > On Tue, 23 Oct 2018 09:08:02 +0200 Uwe Kleine-König > wrote: > > > Without this change the following happens when using Python3 (3.6.6): > > > > $ echo "GPL-2.0" | python3 scripts/spdxcheck.py - > > FAIL:

Re: [PATCH] scripts/spdxcheck: make python3 compliant

2018-11-07 Thread Uwe Kleine-König
Hello Andrew, On Wed, Nov 07, 2018 at 03:32:51PM -0800, Andrew Morton wrote: > On Tue, 23 Oct 2018 09:08:02 +0200 Uwe Kleine-König > wrote: > > > Without this change the following happens when using Python3 (3.6.6): > > > > $ echo "GPL-2.0" | python3 scripts/spdxcheck.py - > > FAIL:

Re: [PATCH] scripts/spdxcheck: make python3 compliant

2018-11-07 Thread Andrew Morton
On Tue, 23 Oct 2018 09:08:02 +0200 Uwe Kleine-König wrote: > Without this change the following happens when using Python3 (3.6.6): > > $ echo "GPL-2.0" | python3 scripts/spdxcheck.py - > FAIL: 'str' object has no attribute 'decode' > Traceback (most recent call last): >

Re: [PATCH] scripts/spdxcheck: make python3 compliant

2018-11-07 Thread Andrew Morton
On Tue, 23 Oct 2018 09:08:02 +0200 Uwe Kleine-König wrote: > Without this change the following happens when using Python3 (3.6.6): > > $ echo "GPL-2.0" | python3 scripts/spdxcheck.py - > FAIL: 'str' object has no attribute 'decode' > Traceback (most recent call last): >

[PATCH] scripts/spdxcheck: make python3 compliant

2018-10-23 Thread Uwe Kleine-König
Without this change the following happens when using Python3 (3.6.6): $ echo "GPL-2.0" | python3 scripts/spdxcheck.py - FAIL: 'str' object has no attribute 'decode' Traceback (most recent call last): File "scripts/spdxcheck.py", line 253, in

[PATCH] scripts/spdxcheck: make python3 compliant

2018-10-23 Thread Uwe Kleine-König
Without this change the following happens when using Python3 (3.6.6): $ echo "GPL-2.0" | python3 scripts/spdxcheck.py - FAIL: 'str' object has no attribute 'decode' Traceback (most recent call last): File "scripts/spdxcheck.py", line 253, in