Update capa/features/common.py

Co-authored-by: Moritz <mr-tz@users.noreply.github.com>
This commit is contained in:
Willi Ballenthin
2021-08-23 08:54:22 -06:00
committed by GitHub
parent 1b9a6c3c59
commit b6ab12d3c1

View File

@@ -309,6 +309,6 @@ class Format(Feature):
def is_global_feature(feature):
"""
is this a feature that is extracted at every scope?
today, this are OS and arch features.
today, these are OS and arch features.
"""
return isinstance(feature, (OS, Arch))