Style change.
parent
51e28f64da
commit
e11b3adb3f
|
@ -133,7 +133,7 @@ class _STIXBase(collections.Mapping):
|
||||||
# If attribute not found, check if its a property of the object.
|
# If attribute not found, check if its a property of the object.
|
||||||
if name in self._properties:
|
if name in self._properties:
|
||||||
return None
|
return None
|
||||||
|
|
||||||
raise AttributeError("'%s' object has no attribute '%s'" %
|
raise AttributeError("'%s' object has no attribute '%s'" %
|
||||||
(self.__class__.__name__, name))
|
(self.__class__.__name__, name))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue