Skip to content

Commit 63e8d7f

Browse files
committed
use the windows safe factory here as well
1 parent 5ff027f commit 63e8d7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_parallel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class TestParallel(unittest.TestCase):
1414
@windows_needs_docker
1515
def test_sequential_workflow(self):
1616
test_file = "tests/wf/count-lines1-wf.cwl"
17-
f = cwltool.factory.Factory(executor=MultithreadedJobExecutor())
17+
f = get_windows_safe_factory(executor=MultithreadedJobExecutor())
1818
echo = f.make(get_data(test_file))
1919
self.assertEqual(echo(file1= {
2020
"class": "File",

0 commit comments

Comments
 (0)