-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
type field in win_event_object.py is not right #213
Comments
Hi, @xorlord . Can you provide any more details of the code that's causing this error (a snippet would be especially helpful)? The error message is pointing to a line in the middle of a docstring/comment. |
I suspect this has due to with the 'type' field in the Win Event Object being named 'type' and not 'type_': |
Yes, I believe 'type' vs. 'type_' is the issue. |
Ahhh, OK. This is part of #188, then. |
Ahh, thanks. Will remember to search the issues next time. |
Using Cybox 2.1.0.8.
Receiving this error when trying to convert WinEvent objects to XML:
//anaconda/lib/python2.7/site-packages/cybox/init.pyc in to_obj(self)
100
101 Returns:
--> 102 An instance of this Entity's
_binding_class
with properties103 set from this Entity.
104 """
The text was updated successfully, but these errors were encountered: