mirror of
https://github.com/mandiant/capa.git
synced 2025-12-12 15:49:46 -08:00
fix non-matching type issue
This commit is contained in:
@@ -465,7 +465,7 @@ def dumps_dynamic(extractor: DynamicFeatureExtractor) -> str:
|
||||
ProcessFeatures(
|
||||
address=paddr,
|
||||
features=tuple(pfeatures),
|
||||
threads=threads,
|
||||
threads=tuple(threads),
|
||||
) # type: ignore
|
||||
# Mypy is unable to recognise `basic_blocks` as a argument due to alias
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user