From 98e50fb64ac9c9693efc5eb3a880c32b863bdbca Mon Sep 17 00:00:00 2001 From: Joran Honig Date: Wed, 25 Jul 2018 15:31:10 +0200 Subject: [PATCH] Remove space --- mythril/laser/ethereum/instructions.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mythril/laser/ethereum/instructions.py b/mythril/laser/ethereum/instructions.py index d64ea764..ba23241c 100644 --- a/mythril/laser/ethereum/instructions.py +++ b/mythril/laser/ethereum/instructions.py @@ -527,7 +527,6 @@ class Instruction: try: concrete_size = helper.get_concrete_int(size) global_state.mstate.mem_extend(concrete_memory_offset, concrete_size) - except: # except both attribute error and Exception global_state.mstate.mem_extend(concrete_memory_offset, 1)