You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "C:\Users\user-1\cti-python-stix2\stix2\base.py", line 104, in _check_property
kwargs[prop_name] = prop.clean(kwargs[prop_name])
File "C:\Users\user-1\cti-python-stix2\stix2\properties.py", line 216, in clean
valid = self.contained.clean(item)
File "C:\Users\user-1\cti-python-stix2\stix2\properties.py", line 547, in clean
raise ValueError("must adhere to selector syntax.")
ValueError: must adhere to selector syntax.
The text was updated successfully, but these errors were encountered:
cti-python-stix2/stix2/properties.py
Line 540 in 6faf6b9
The text was updated successfully, but these errors were encountered: