Commit 284aa3c6 authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Obtain full data size after preprocessing phase and save it in jobInfo.

parent 19219b54
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -218,6 +218,8 @@ class StorePreprocessor(TaskExecutor):
                        now = dt.now().isoformat()
                        self.nodeList.append([ now, file, vospacePath, "data", "SKIPPED" ])

        self.jobObj.jobInfo["dataSize"] = self.systemUtils.getSize(self.path)

        #out.write("\n")
        #out.close()