Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Evan Edmond
fslpy
Commits
782c5b55
Commit
782c5b55
authored
Jun 26, 2020
by
Michiel Cottaar
Browse files
Fixed typo
parent
bbe30748
Changes
1
Hide whitespace changes
Inline
Side-by-side
fsl/utils/fslsub.py
View file @
782c5b55
...
...
@@ -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" (def
u
alt): Script is kept
- "never" (defa
u
lt): 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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment