mirror of
https://github.com/mandiant/capa.git
synced 2026-02-04 19:12:01 -08:00
fix CI issue in tests
This commit is contained in:
@@ -99,7 +99,7 @@ def render_statement(ostream, match: rd.Match, statement: rd.Statement, indent=0
|
||||
if child.description:
|
||||
ostream.write(f"count({child.type}({value} = {child.description})): ")
|
||||
else:
|
||||
ostream.write(f"count({child.type}({value})): " % (child.type, value))
|
||||
ostream.write(f"count({child.type}({value})): ")
|
||||
else:
|
||||
ostream.write(f"count({child.type}): ")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user