From 523379ca9a40793c39880f20ff3cdc4a324a4e6b Mon Sep 17 00:00:00 2001 From: Cristiano Urban <cristiano.urban@inaf.it> Date: Wed, 19 Apr 2023 14:30:14 +0200 Subject: [PATCH] Minor changes. Signed-off-by: Cristiano Urban <cristiano.urban@inaf.it> --- transfer_service/retrieve_executor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transfer_service/retrieve_executor.py b/transfer_service/retrieve_executor.py index e38d0b0..3bc43c6 100644 --- a/transfer_service/retrieve_executor.py +++ b/transfer_service/retrieve_executor.py @@ -406,7 +406,7 @@ class RetrieveExecutor(TaskExecutor): Owner ID: {self.jobObj.ownerId} Your files are available and can be downloaded. - Here below is attached a file containing the URL list of all the VOSpace data nodes. + A file containing the list of URLs is attached here below. """ m.setMessageWithAttachment("VOSpace data retrieve notification: COMPLETED", msg, urlListFilePath + ".tar.gz") -- GitLab