mirror of
https://github.com/mandiant/capa.git
synced 2025-12-18 18:22:30 -08:00
Merge branch 'master' of github.com:fireeye/capa into fix-507
This commit is contained in:
@@ -49,7 +49,7 @@ def green(s):
|
||||
return termcolor.colored(s, "green")
|
||||
|
||||
|
||||
class Lint(object):
|
||||
class Lint:
|
||||
WARN = orange("WARN")
|
||||
FAIL = red("FAIL")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user