From c9c9348c5c0c2bd682f4a120cefcbe7cd432e7a7 Mon Sep 17 00:00:00 2001 From: Markus Scheidgen <markus.scheidgen@gmail.com> Date: Wed, 23 Jan 2019 21:49:20 +0100 Subject: [PATCH] Minor todo comment. --- nomad/api/repo.py | 1 + 1 file changed, 1 insertion(+) diff --git a/nomad/api/repo.py b/nomad/api/repo.py index 5c0d677835..07119641e8 100644 --- a/nomad/api/repo.py +++ b/nomad/api/repo.py @@ -43,6 +43,7 @@ class RepoCalcResource(Resource): Calcs are references via *upload_id*, *calc_id* pairs. """ # TODO use elastic search instead of the files + # TODO add missing user metadata (from elastic or repo db) upload_files = UploadFiles.get(upload_id, create_authorization_predicate(upload_id, calc_id)) if upload_files is None: abort(404, message='There is no upload %s' % upload_id) -- GitLab