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
edc70b0b
Commit
edc70b0b
authored
Oct 19, 2021
by
Paul McCarthy
🚵
Browse files
BF: Now need to strip whitespace first
parent
65061158
Changes
1
Hide whitespace changes
Inline
Side-by-side
fslinstaller.py
View file @
edc70b0b
...
...
@@ -1153,7 +1153,7 @@ def download_fsl_environment(ctx):
# we install them separately
for
pkg
in
basepkgnames
:
if
line
.
strip
().
startswith
(
'- {}'
.
format
(
pkg
)):
pkgver
=
line
.
split
(
' '
,
2
)[
2
]
pkgver
=
line
.
strip
().
split
(
' '
,
2
)[
2
]
basepkgs
[
pkg
]
=
pkgver
.
replace
(
' '
,
'='
)
outf
.
write
(
line
)
...
...
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