mirror of
https://github.com/vee1e/capa.git
synced 2026-09-01 18:57:15 +00:00
fix linting issues
This commit is contained in:
parent
12c9154f55
commit
4ee38cbe29
4 changed files with 7 additions and 7 deletions
|
|
@ -928,8 +928,8 @@ def main(argv=None):
|
|||
if argv is None:
|
||||
argv = sys.argv[1:]
|
||||
|
||||
# TODO(yelhamer): remove once support for the legacy scope
|
||||
# field has been added
|
||||
# TODO(yelhamer): remove once support for the legacy scope field has been added
|
||||
# https://github.com/mandiant/capa/pull/1580
|
||||
return 0
|
||||
|
||||
samples_path = os.path.join(os.path.dirname(__file__), "..", "tests", "data")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue