about summary refs log tree commit diff
path: root/uploader/phenotypes
diff options
context:
space:
mode:
Diffstat (limited to 'uploader/phenotypes')
-rw-r--r--uploader/phenotypes/views.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/uploader/phenotypes/views.py b/uploader/phenotypes/views.py
index 776fa52..72e3f72 100644
--- a/uploader/phenotypes/views.py
+++ b/uploader/phenotypes/views.py
@@ -613,6 +613,7 @@ def load_phenotypes_success_handler(job):
 
 
 def proceed_to_job_status(job):
+    """A generic 'job success' handler for asynchronous phenotype jobs."""
     app.logger.debug("The new job: %s", job)
     return redirect(url_for("background-jobs.job_status", job_id=job["job_id"]))