Merge branch 'master' of github.com:fireeye/capa into fix-507

This commit is contained in:
William Ballenthin
2021-06-15 12:28:17 -06:00
36 changed files with 506 additions and 346 deletions

View File

@@ -49,7 +49,7 @@ def green(s):
return termcolor.colored(s, "green")
class Lint(object):
class Lint:
WARN = orange("WARN")
FAIL = red("FAIL")