Skip to content
This repository has been archived by the owner on Jul 6, 2024. It is now read-only.

Commit

Permalink
line 100 wrong log
Browse files Browse the repository at this point in the history
Failed to parse [[}] to Failed to parse [{}]
  • Loading branch information
DimChris0 authored Dec 11, 2017
1 parent 605f091 commit 7c8e2c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/openioc_to_yara/openioc_to_yara.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def emit_yara(self):
strings_list = self.get_yara_stringlist(iocid)
condition_string = self.get_yara_condition(iocid)
except YaraConversionError:
log.exception('Failed to parse [[}]'.format(iocid))
log.exception('Failed to parse [{}]'.format(iocid))
continue
# extract an entire yara signatures embedded in Yara/Yara nodes
embedded_signatures = self.get_embedded_yara(iocid)
Expand Down

0 comments on commit 7c8e2c9

Please sign in to comment.