Skip to content

Commit faeac2b

Browse files
committed
fix indent
1 parent 620a249 commit faeac2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_examples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def test_factory(self):
147147
# _find_default_container, windows_default_container_id)}
148148
opts = {'default_container': windows_default_container_id,
149149
'use_container': True}
150-
else:
150+
else:
151151
opts = {}
152152
f = cwltool.factory.Factory(**opts)
153153
echo = f.make(get_data("tests/echo.cwl"))

0 commit comments

Comments
 (0)