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
FSL
fslpy
Commits
55200018
Commit
55200018
authored
Jun 26, 2020
by
Michiel Cottaar
Committed by
Paul McCarthy
Jul 09, 2020
Browse files
Fixed typo
parent
0fa2df41
Changes
1
Hide whitespace changes
Inline
Side-by-side
fsl/utils/fslsub.py
View file @
55200018
...
...
@@ -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
Markdown
is supported
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