fix codestyle

This commit is contained in:
Yacine Elhamer
2023-06-23 13:48:49 +01:00
parent bd9870254e
commit 1cdc3e5232

View File

@@ -115,7 +115,9 @@ def main(argv=None):
logger.error("%s", str(e))
return -1
is_dynamic = (args.process) or (args.format == "cape") or (os.path.splitext(args.sample)[1] in capa.helpers.EXTENSIONS_CAPE)
is_dynamic = (
(args.process) or (args.format == "cape") or (os.path.splitext(args.sample)[1] in capa.helpers.EXTENSIONS_CAPE)
)
if (args.format == "freeze") or (
args.format == capa.features.common.FORMAT_AUTO and capa.features.freeze.is_freeze(taste)
):