Thanks for the review.
On 1/24/19 12:20 AM, Eduardo Habkost wrote:
This breaks Python 2 support:
$ python2 scripts/device-crash-test
File "scripts/device-crash-test", line 534
print("No QEMU binary found", file=sys.stderr)
^
SyntaxError: invalid s
On Thu, Jan 17, 2019 at 12:03:58AM +0530, Nisarg Shah wrote:
> Apply 2to3 tool to scripts/device-crash-test.
> Restrict whitelist entry stats in debug mode to be sorted only by "count",
> since Python 3 does
> not implicitly support comparing dictionaries.
Thanks for the patch. Comments below:
Apply 2to3 tool to scripts/device-crash-test.
Restrict whitelist entry stats in debug mode to be sorted only by "count",
since Python 3 does
not implicitly support comparing dictionaries.
Signed-off-by: Nisarg Shah
---
scripts/device-crash-test | 7 ---
1 file changed, 4 insertions(+), 3 de