parsl.dataflow.error.DependencyError

exception parsl.dataflow.error.DependencyError(dependent_exceptions_tids, task_id)[source]
Error raised if an app cannot run because there was an error

in a dependency.

Parameters
  • dependent_exceptions (-) – List of exceptions

  • task_id (-) – Identity of the task failed task

Contains: reason (string) dependent_exceptions