Skip to content

Commit f2774e4

Browse files
author
T.J. Bay
committed
Update readme with new wait_until_finished signature
1 parent e24a846 commit f2774e4

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
@@ -34,6 +34,6 @@ Running a workflow and downloading the results::
3434
>>> import alpine as AlpineAPI
3535
>>> session = AlpineAPI.APIClient(host, port, username, password)
3636
>>> process_id = session.workfile.process.run(workfile_id)
37-
>>> session.workfile.process.wait_until_finished(process_id)
37+
>>> session.workfile.process.wait_until_finished(workfile_id, process_id)
3838
>>> results = session.workfile.process.download(workfile_id, process_id)
3939

0 commit comments

Comments
 (0)