Skip to content
Snippets Groups Projects
Commit 782c5b55 authored by Michiel Cottaar's avatar Michiel Cottaar
Browse files

Fixed typo

parent bbe30748
No related branches found
No related tags found
No related merge requests found
......@@ -474,7 +474,7 @@ def func_to_cmd(func, args=None, kwargs=None, tmp_dir=None, clean="never", verbo
:arg tmp_dir: directory where to store the temporary file
:arg clean: Whether the script should be removed after running. There are three options:
- "never" (defualt): Script is kept
- "never" (default): Script is kept
- "on_success": only remove if script successfully finished (i.e., no error is raised)
- "always": always remove the script, even if it raises an error
......
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