wip
This commit is contained in:
parent
add7c357d4
commit
55b5632bb8
1 changed files with 1 additions and 1 deletions
|
|
@ -189,7 +189,7 @@ def main():
|
||||||
)
|
)
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
with args.applist.open("r") as fp:
|
with args.applist.open("r") as fp:
|
||||||
apklist = fp.readlines()
|
apklist = list(map(str.strip, fp.readlines()))
|
||||||
run(apklist, args.out_folder, args.analysis_script)
|
run(apklist, args.out_folder, args.analysis_script)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue