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
conda
installer
Commits
131e8db7
Commit
131e8db7
authored
Jul 26, 2021
by
Paul McCarthy
🚵
Browse files
BF: wrong variable path
parent
42798154
Changes
1
Hide whitespace changes
Inline
Side-by-side
fslinstaller.py
View file @
131e8db7
...
...
@@ -231,7 +231,7 @@ class Context(object):
available
=
', '
.
join
(
self
.
manifest
[
'versions'
].
keys
())
raise
Exception
(
'FSL version {} is not available - available '
'versions: {}'
.
format
(
args
.
fslversion
,
available
))
'versions: {}'
.
format
(
fslversion
,
available
))
if
fslversion
==
'latest'
:
fslversion
=
self
.
manifest
[
'versions'
][
'latest'
]
...
...
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