From 09ff6be986a91cb2e84771e96266efdf3f897877 Mon Sep 17 00:00:00 2001 From: Markus Scheidgen <markus.scheidgen@gmail.com> Date: Tue, 11 Sep 2018 21:05:36 +0200 Subject: [PATCH] Fix to parse_all complete check. --- nomad/processing/data.py | 1 + 1 file changed, 1 insertion(+) diff --git a/nomad/processing/data.py b/nomad/processing/data.py index 22fe95070a..918f55d603 100644 --- a/nomad/processing/data.py +++ b/nomad/processing/data.py @@ -381,6 +381,7 @@ class Upload(Proc): # have to save the total_calcs information self._initiated_parsers = total_calcs self.save() + self.calc_proc_completed() @task def cleanup(self): -- GitLab