13773: Update test that confirms runtime_status is updated when a child fails
[arvados.git] / sdk / cwl / arvados_cwl / __init__.py
index 5ea402a666742baa7ee7c8a870f30cac34685a6c..94615bbcb20ad3a0c76ad1d942a4e5ae6fc4a62a 100644 (file)
@@ -236,10 +236,8 @@ http://doc.arvados.org/install/install-api-server.html#disable_api_methods
     def runtime_status_update(self, kind, message, detail=None):
         """
         Updates the runtime_status field on the runner container.
-        Called from a failing child container: records the first child error
-        or updates the error count on subsequent error statuses.
-        Also called from other parts that need to report errros, warnings or just
-        activity statuses.
+        Called when there's a need to report errors, warnings or just
+        activity statuses, for example in the RuntimeStatusLoggingHandler.
         """
         with self.workflow_eval_lock:
             current = get_current_container(self.api, self.num_retries, logger)