Remove resolved TODO about --output requirement in download-apks

This commit is contained in:
Janik Besendorf
2026-03-25 09:03:03 +01:00
parent 2792988626
commit 00a00ca6e9

View File

@@ -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)