[ARVADOS] updated: 8de0a9370ccbc012ac752d5c3821121b0701119d
Git user
git at public.curoverse.com
Wed Jan 18 16:02:56 EST 2017
Summary of changes:
sdk/cwl/arvados_cwl/runner.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 8de0a9370ccbc012ac752d5c3821121b0701119d (commit)
from c3e3d4c2a9dbfae4f4025e5b55f272c956180519 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 8de0a9370ccbc012ac752d5c3821121b0701119d
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Wed Jan 18 11:47:07 2017 -0500
10812: Don't use cStringIO which doesn't like unicode strings.
diff --git a/sdk/cwl/arvados_cwl/runner.py b/sdk/cwl/arvados_cwl/runner.py
index 5d2a2d9..437e925 100644
--- a/sdk/cwl/arvados_cwl/runner.py
+++ b/sdk/cwl/arvados_cwl/runner.py
@@ -6,7 +6,7 @@ import json
import re
import subprocess
-from cStringIO import StringIO
+from StringIO import StringIO
from schema_salad.sourceline import SourceLine
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list