parsl.app.errors.DependencyError

exception parsl.app.errors.DependencyError(dependent_exceptions, reason, outputs)[source]

Error raised at the end of app execution due to missing output files.

Contains: reason(string) outputs(List of strings/files..)