Skip to content
Snippets Groups Projects
Commit b2aff3c6 authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Changed output format for import email message.

parent 276bca56
No related branches found
No related tags found
No related merge requests found
...@@ -193,7 +193,8 @@ class ImportExecutor(TaskExecutor): ...@@ -193,7 +193,8 @@ class ImportExecutor(TaskExecutor):
m.setMessageWithAttachment("VOSpace import notification", msg, nodeListFile) m.setMessageWithAttachment("VOSpace import notification", msg, nodeListFile)
else: else:
info = f""" info = f"""
INFO: this operation involved a number of nodes greater than 10^5, INFO:
this operation involved a number of nodes greater than 10^5,
you will find the results in {self.resDir}. you will find the results in {self.resDir}.
""" """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment