From b2aff3c68a02b2ee91caf7b4638456383d8eb6db Mon Sep 17 00:00:00 2001 From: Cristiano Urban Date: Fri, 18 Jun 2021 13:57:14 +0200 Subject: [PATCH] Changed output format for import email message. Signed-off-by: Cristiano Urban --- transfer_service/import_executor.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/transfer_service/import_executor.py b/transfer_service/import_executor.py index d411b77..35a8926 100644 --- a/transfer_service/import_executor.py +++ b/transfer_service/import_executor.py @@ -193,10 +193,11 @@ class ImportExecutor(TaskExecutor): m.setMessageWithAttachment("VOSpace import notification", msg, nodeListFile) else: info = f""" - INFO: this operation involved a number of nodes greater than 10^5, - you will find the results in {self.resDir}. + INFO: + this operation involved a number of nodes greater than 10^5, + you will find the results in {self.resDir}. - """ + """ msg += info m.setMessage("VOSpace import notification", msg) m.send() -- GitLab