From 7c7711f8da40ce930c48387afe671f2e465f937a Mon Sep 17 00:00:00 2001 From: flu0r1ne Date: Mon, 26 Sep 2022 03:02:14 -0500 Subject: Fix misnamed error --- clnindexdl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clnindexdl.py') diff --git a/clnindexdl.py b/clnindexdl.py index 5b1f537..69a4a10 100755 --- a/clnindexdl.py +++ b/clnindexdl.py @@ -53,7 +53,7 @@ def wget_and_verify( ftp_url, md5, output_dir ): retry += 1 print(f'RETRY {retry}: ERR: checksum mismatch {sums} != {md5}', file=sys.stderr) else: - print(f'[{filepath}] : completed download') + print(f'[{filename}] : completed download') return print(f'ERR: MAXIMUM RETRIES EXCEEDED', file=sys.stderr) -- cgit v1.2.3