mirror of
https://github.com/mandiant/capa.git
synced 2026-02-05 03:16:56 -08:00
some more changes
This commit is contained in:
@@ -61,7 +61,7 @@ def main(argv=None):
|
||||
id = capa.rules.cache.compute_cache_identifier(content)
|
||||
path = capa.rules.cache.get_cache_path(args.cache, id)
|
||||
|
||||
assert os.path.exists(path)
|
||||
assert path.exists()
|
||||
logger.info("cached to: %s", path)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user