s/report/event/g
This commit is contained in:
parent
2159f4fea0
commit
2cb1066219
1 changed files with 2 additions and 2 deletions
|
@ -40,9 +40,9 @@ for path in getattr(args, 'csv-report-details'):
|
||||||
else:
|
else:
|
||||||
if not args.quiet:
|
if not args.quiet:
|
||||||
if args.dry_run:
|
if args.dry_run:
|
||||||
print(f"{key} report {report.id} would archive")
|
print(f"{key} event {report.id} would archive")
|
||||||
else:
|
else:
|
||||||
print(f"{key} report {report.id} archiving")
|
print(f"{key} event {report.id} archiving")
|
||||||
|
|
||||||
if not args.dry_run:
|
if not args.dry_run:
|
||||||
archive.download(key)
|
archive.download(key)
|
||||||
|
|
Loading…
Add table
Reference in a new issue