X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a82231ef8bdf251a5f243461a4fafaf3b3ad5579..6c0bf267d795a3ca49c3258c9490714c9e18d333:/sdk/cwl/arvados_cwl/done.py?ds=sidebyside diff --git a/sdk/cwl/arvados_cwl/done.py b/sdk/cwl/arvados_cwl/done.py index 8a6fc9d734..31f353e5d8 100644 --- a/sdk/cwl/arvados_cwl/done.py +++ b/sdk/cwl/arvados_cwl/done.py @@ -1,3 +1,5 @@ +from cwltool.errors import WorkflowException + def done(self, record, tmpdir, outdir, keepdir): colname = "Output %s of %s" % (record["output"][0:7], self.name)