Skip to content
Snippets Groups Projects
Commit 4734c43e authored by aknecht2's avatar aknecht2
Browse files

Added sphinx autodoc for email param.

parent 23d76090
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,8 @@ class Workflow(object):
:param save_db: Whether or not we want to save results to the database.
True by default.
:type save_db: bool
:param email: An email address to notify when the workflow is finished.
:type email: str
:param rewrite: Whether or not to rewrite existing files. If true, it will
ignore files in Mongo and recreate them. If false, it will download
files based on the latest available completed job.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment