diff --git a/transfer_service/import_executor.py b/transfer_service/import_executor.py index 35a892694a68a32d8988e51e7ae154f6f3a11cf8..d8296d90f7c5334aabe2749ab31bef94a4dddce5 100644 --- a/transfer_service/import_executor.py +++ b/transfer_service/import_executor.py @@ -173,6 +173,7 @@ class ImportExecutor(TaskExecutor): self.dbConn.setPhase(self.jobId, "COMPLETED") self.dbConn.setEndTime(self.jobId) + # Send e-mail notification m = Mailer() m.addRecipient("cristiano.urban@inaf.it") msg = f""" @@ -193,9 +194,9 @@ 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