mirror of
https://github.com/mandiant/capa.git
synced 2026-02-04 19:12:01 -08:00
fixing #403
This commit is contained in:
@@ -16,7 +16,7 @@ class API(Feature):
|
||||
modname, _, impname = name.rpartition(".")
|
||||
name = modname.lower() + "." + impname
|
||||
|
||||
super(API, self).__init__(name, description)
|
||||
super(API, self).__init__(name, description=description)
|
||||
|
||||
|
||||
class Number(Feature):
|
||||
|
||||
Reference in New Issue
Block a user