Loading transfer_service/import_executor.py +1 −1 Original line number Diff line number Diff line Loading @@ -190,7 +190,7 @@ class ImportExecutor(TaskExecutor): """ if len(nodeList) <= 4 * (10 ** 3): if len(nodeList) <= 10 ** 5: m.setMessageWithAttachment("VOSpace import notification", msg, nodeListFile) else: info = f""" Loading Loading
transfer_service/import_executor.py +1 −1 Original line number Diff line number Diff line Loading @@ -190,7 +190,7 @@ class ImportExecutor(TaskExecutor): """ if len(nodeList) <= 4 * (10 ** 3): if len(nodeList) <= 10 ** 5: m.setMessageWithAttachment("VOSpace import notification", msg, nodeListFile) else: info = f""" Loading