diff --git a/pyiron_atomistics/calphy/job.py b/pyiron_atomistics/calphy/job.py index da4634f08..79aa13377 100644 --- a/pyiron_atomistics/calphy/job.py +++ b/pyiron_atomistics/calphy/job.py @@ -137,8 +137,10 @@ def __init__(self, project, job_name): @property def output(self): - #LHS - status from hdf5, RHS - status from memory - if (self["status"] == 'finished') and (self.status._get_status_from_dict() != 'finished'): + # LHS - status from hdf5, RHS - status from memory + if (self["status"] == "finished") and ( + self.status._get_status_from_dict() != "finished" + ): self.from_hdf() self.status.finished = True return self._output