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\denis\PycharmProjects\Stix-ORM\stixorm\module\typedb.py", line 366, in __generate_instructions
typeql_object_result = self.__generate_typeql_object(stix_dict)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\denis\PycharmProjects\Stix-ORM\stixorm\module\typedb.py", line 346, in __generate_typeql_object
stix_obj = parse(stix_dict, False, self.import_type)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\denis\PycharmProjects\Stix-ORM\stixorm\module\parsing\parse_objects.py", line 43, in parse
obj = dict_to_stix(obj, allow_custom, import_type)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\denis\PycharmProjects\Stix-ORM\stixorm\module\parsing\parse_objects.py", line 170, in dict_to_stix
raise ParseError(f'the object is not known, and custom is not enabled')
stix2.exceptions.ParseError: the object is not known, and custom is not enabled
The text was updated successfully, but these errors were encountered:
See test in test_refactor
Error
The text was updated successfully, but these errors were encountered: