diff --git a/bin/nexrad-archive b/bin/nexrad-archive index 86784db..2760000 100755 --- a/bin/nexrad-archive +++ b/bin/nexrad-archive @@ -36,7 +36,7 @@ for report in StormReport.each_from_csv_file(getattr(args, 'csv-report-details') for key in bucket.each_matching_key(radars, report.timestamp_start, report.timestamp_end): if archive.is_archived(key): if not args.quiet: - print(f"Key {key} already archived") + print(f"Key {key} already archived ({i})") else: if not args.quiet: if args.dry_run: