From 12217ad7a1d821c4d232e04da2c9ac4b4e365bf6 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Wed, 20 Apr 2016 16:05:14 -0400 Subject: missing or --- python/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/__init__.py b/python/__init__.py index f4e3214f..a2769738 100644 --- a/python/__init__.py +++ b/python/__init__.py @@ -2115,7 +2115,7 @@ class BasicBlock: def __setattr__(self, name, value): if ((name == "function") or (name == "arch") or (name == "start") or (name == "end") or - (name == "length") (name == "outgoing_edges") or (name == "has_undetermined_outgoing_edges")): + (name == "length") or (name == "outgoing_edges") or (name == "has_undetermined_outgoing_edges")): raise AttributeError, "attribute '%s' is read only" % name else: self.__dict__[name] = value -- cgit v1.3.1