Skip to content

Commit 48bd6c7

Browse files
jirikuncarmr-c
authored andcommitted
Fix typo in factory usage (#776)
1 parent 840bb3b commit 48bd6c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ The easiest way to use cwltool to run a tool or workflow from Python is to use a
208208
import cwltool.factory
209209
fac = cwltool.factory.Factory()
210210
211-
echo = f.make("echo.cwl")
211+
echo = fac.make("echo.cwl")
212212
result = echo(inp="foo")
213213
214214
# result["out"] == "foo"

0 commit comments

Comments
 (0)