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
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 insert