From b34ef6b9ff0e6c0ddc4a4cfa58b09cbd111dc094 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krystian=20Bac=C5=82awski?= Date: Wed, 8 Aug 2012 11:05:08 +0200 Subject: [PATCH] Small fix. --- tools/dumphunks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/dumphunks.py b/tools/dumphunks.py index a50a73f..5bdb5f3 100755 --- a/tools/dumphunks.py +++ b/tools/dumphunks.py @@ -306,4 +306,4 @@ if __name__ == '__main__': print ' ', symbol, '=', value else: if hunk.data: - print ' ', '%r' % hunk.data + print ' ', repr(hunk.data)