Skip to content

Commit ca4d856

Browse files
Akshit MaheshwaryAkshit Maheshwary
authored andcommitted
fixed wget command
1 parent 732cb70 commit ca4d856

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

api_app/analyzers_manager/file_analyzers/capa_info.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,12 @@ def _download_signatures(cls) -> None:
6969
subprocess.run(
7070
[
7171
"/usr/bin/wget",
72-
"-O",
72+
"-P",
7373
SIGNATURE_LOCATION,
7474
signature["download_url"],
7575
],
7676
check=True,
77+
capture_output=True,
7778
)
7879

7980
except subprocess.CalledProcessError as e:

0 commit comments

Comments
 (0)