s/report/event/g

This commit is contained in:
XANTRONIX Industrial 2025-02-13 19:22:27 -05:00
parent 2159f4fea0
commit 2cb1066219

View file

@ -40,9 +40,9 @@ for path in getattr(args, 'csv-report-details'):
else:
if not args.quiet:
if args.dry_run:
print(f"{key} report {report.id} would archive")
print(f"{key} event {report.id} would archive")
else:
print(f"{key} report {report.id} archiving")
print(f"{key} event {report.id} archiving")
if not args.dry_run:
archive.download(key)