diff --git a/transfer_service/import_executor.py b/transfer_service/import_executor.py index d411b773da27b1629dc3471f01567e7b12155799..35a892694a68a32d8988e51e7ae154f6f3a11cf8 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()