10081: Dump as yaml instead of json. Add test for extracted subworkflow.
[arvados.git] / sdk / cwl / arvados_cwl / done.py
index 8a6fc9d7346b471101de1b3c8a495195348b17a7..31f353e5d8e0395028d50b86973fd4bb6e197e8f 100644 (file)
@@ -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)