mirror of
https://github.com/mvt-project/mvt.git
synced 2026-08-18 08:57:17 +02:00
Remove resolved TODO about --output requirement in download-apks
This commit is contained in:
@@ -117,8 +117,6 @@ def download_apks(ctx, all_apks, virustotal, output, from_file, serial, verbose)
|
|||||||
if from_file:
|
if from_file:
|
||||||
download = DownloadAPKs.from_json(from_file)
|
download = DownloadAPKs.from_json(from_file)
|
||||||
else:
|
else:
|
||||||
# TODO: Do we actually want to be able to run without storing any
|
|
||||||
# file?
|
|
||||||
if not output:
|
if not output:
|
||||||
log.critical("You need to specify an output folder with --output!")
|
log.critical("You need to specify an output folder with --output!")
|
||||||
ctx.exit(1)
|
ctx.exit(1)
|
||||||
|
|||||||
Reference in New Issue
Block a user