Skip to content

Commit 2947358

Browse files
committed
fix: [tracker] add space between : and url
1 parent e91c4b6 commit 2947358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/exporter/MailExporter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def export(self, tracker, obj, matches=[]):
143143
body += f'\nMatch {nb}: {match[0]}\nExtract:\n{match[1]}\n\n'
144144
nb += 1
145145

146-
ail_link = f'AIL url:{obj.get_link()}\n\n'
146+
ail_link = f'AIL url: {obj.get_link()}\n\n'
147147
for mail in tracker.get_mails():
148148
if ail_users.exists_user(mail):
149149
body = ail_link + body

0 commit comments

Comments
 (0)