From fc57ba16283b8ada95d0f7667cc17ab0ac3057a8 Mon Sep 17 00:00:00 2001 From: Alex Groce Date: Wed, 5 Sep 2018 13:59:16 -0700 Subject: [PATCH] change output --- bin/deepstate/reducer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/deepstate/reducer.py b/bin/deepstate/reducer.py index 1443d85..cfc53ad 100644 --- a/bin/deepstate/reducer.py +++ b/bin/deepstate/reducer.py @@ -181,7 +181,7 @@ def main(): if ba[0] > 0: banews.append(bytearray([ba[0]-1])) for banew in banews: - print(b1, b2, ba, " --> ", banew) + print(b1, b2, repr(ba), " TO ", repr(banew)) newTest = part1 + banew + part2 + banew + part3 r = writeAndRunCandidate(newTest) if checks(r):