From 7c5e87695f56ea3de7a04082b357998fc825e625 Mon Sep 17 00:00:00 2001 From: Cody Logan Date: Fri, 17 Nov 2023 16:55:47 -0800 Subject: Remove obsolete TODO comment --- src/wikiget/dl.py | 1 - 1 file changed, 1 deletion(-) (limited to 'src/wikiget') diff --git a/src/wikiget/dl.py b/src/wikiget/dl.py index 2160743..85c6685 100644 --- a/src/wikiget/dl.py +++ b/src/wikiget/dl.py @@ -136,7 +136,6 @@ def batch_download(args: Namespace) -> int: logger.error("File could not be read: %s", str(e)) sys.exit(1) - # TODO: validate file contents before download process starts with ThreadPoolExecutor(max_workers=args.threads) as executor: futures = [] sites: list[Site] = [] -- cgit v1.2.3