Commit b2aff3c6 authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Changed output format for import email message.

parent 276bca56
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -193,7 +193,8 @@ 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,
            INFO: 
            this operation involved a number of nodes greater than 10^5,
            you will find the results in {self.resDir}.

            """