We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ff027f commit 63e8d7fCopy full SHA for 63e8d7f
tests/test_parallel.py
@@ -14,7 +14,7 @@ class TestParallel(unittest.TestCase):
14
@windows_needs_docker
15
def test_sequential_workflow(self):
16
test_file = "tests/wf/count-lines1-wf.cwl"
17
- f = cwltool.factory.Factory(executor=MultithreadedJobExecutor())
+ f = get_windows_safe_factory(executor=MultithreadedJobExecutor())
18
echo = f.make(get_data(test_file))
19
self.assertEqual(echo(file1= {
20
"class": "File",
0 commit comments