diff --git a/mythril/laser/ethereum/instructions.py b/mythril/laser/ethereum/instructions.py index 3b8f7fe2..26e07979 100644 --- a/mythril/laser/ethereum/instructions.py +++ b/mythril/laser/ethereum/instructions.py @@ -1325,7 +1325,7 @@ class Instruction: index = util.get_concrete_int(index) return self._sload_helper(global_state, index) - except TypeError as e: + except TypeError: if not keccak_function_manager.is_keccak(index): return self._sload_helper(global_state, str(index))