Contents:
AuditFlag
ShellCommandTask
Submitter
Workflow
Warning: This document is for an old version of Pydra: A simple dataflow engine with scalable semantics. The main version is master.
Adds a note to an exception in a Python <3.11 compatible way
e (Exception) – the exception to add the note to
note (str) – the note to add
returns the exception again
Exception