Merge branch '2018.3' into 2018.3

This commit is contained in:
Daniel Wozniak 2019-02-13 11:15:37 -07:00 committed by GitHub
commit 611065e72d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,6 +77,9 @@ def _walk_through(job_dir):
except Exception:
log.exception('Failed to deserialize %s', load_path)
continue
if not job:
log.error('Deserialization of job succeded but there is no data in %s', load_path)
continue
jid = job['jid']
yield jid, job, t_path, final