fix: [MailExporter] correct typo
Some checks failed
CI / ail_test (3.10) (push) Has been cancelled
CI / ail_test (3.7) (push) Has been cancelled
CI / ail_test (3.8) (push) Has been cancelled
CI / ail_test (3.9) (push) Has been cancelled

This commit is contained in:
Jean-Louis Huynen 2025-02-03 09:07:14 +01:00
parent bbfad6a556
commit 0d45558e33
No known key found for this signature in database
GPG key ID: 64799157F4BD6B93

View file

@ -143,7 +143,7 @@ class MailExporterTracker(MailExporter):
body += f'\nMatch {nb}: {match[0]}\nExtract:\n{match[1]}\n\n'
nb += 1
ail_link = f'AIL url:{obj.get_link()}/n/n'
ail_link = f'AIL url:{obj.get_link()}\n\n'
for mail in tracker.get_mails():
if ail_users.exists_user(mail):
body = ail_link + body