Skip to content

Commit 2784544

Browse files
author
Bryan Worrell
committed
fixed attribute access error
1 parent bc9719a commit 2784544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stix/indicator/indicator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def observables(self, valuelist):
6262

6363
@property
6464
def indicator_type(self):
65-
return self._indicator_tye
65+
return self._indicator_type
6666

6767
@indicator_type.setter
6868
def indicator_type(self, value):

0 commit comments

Comments
 (0)