mirror of
https://github.com/mvt-project/mvt.git
synced 2026-03-25 21:10:24 +01: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:
|
||||
download = DownloadAPKs.from_json(from_file)
|
||||
else:
|
||||
# TODO: Do we actually want to be able to run without storing any
|
||||
# file?
|
||||
if not output:
|
||||
log.critical("You need to specify an output folder with --output!")
|
||||
ctx.exit(1)
|
||||
|
||||
Reference in New Issue
Block a user