Closed manabuishii closed 3 years ago
Current code expects exception to self.size(fn) when fn is Directory. But when fn is Directory, self.size(fn) returns None.
This patch will fixes , conformance test "directory output" that dir3.cwl and dir3-job.yml .
dir3.cwl
dir3-job.yml
tesk_required_cwl_v1_0.xml --tags=required -n20
Tested on local machine
Current code expects exception to self.size(fn) when fn is Directory. But when fn is Directory, self.size(fn) returns None.