From 3b3ec57f0285b1c07e4952c885aa502b65e70e0d Mon Sep 17 00:00:00 2001 From: Jon Michael Aanes Date: Mon, 13 Nov 2017 18:47:10 +0100 Subject: [PATCH] Garbage er mere brugbart. --- llvm_emulator/stepper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm_emulator/stepper.py b/llvm_emulator/stepper.py index 7a4453c..289cf04 100644 --- a/llvm_emulator/stepper.py +++ b/llvm_emulator/stepper.py @@ -43,7 +43,7 @@ def tiger_print(msg): if PRINT_LEVEL == PRINT_LEVEL_SILENT: return if not isinstance(msg, str): - msg = ''.join([chr(random.randint(0, 255)) for i in range(random.randint(1, 5))]) + msg = '' sys.stdout.write(msg) ##########