Bug #19976
Updated by Peter Amstutz almost 2 years ago
When a 'location' field in the input in not a string, it will fail with an error like
<pre>
AttributeError: 'CommentedSeq' object has no attribute 'split'
</pre>
It should explicitly check that 'location' is a string and report a more meaningful error.
Most of the code here is actually in @cwltool@ so that might be a better place to fix it.