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
36c74754
Commit
36c74754
authored
May 23, 2022
by
Paul McCarthy
🚵
Browse files
MNT: py2 compat
parent
c14e6f26
Changes
1
Hide whitespace changes
Inline
Side-by-side
fslinstaller.py
View file @
36c74754
...
...
@@ -368,7 +368,7 @@ class Context(object):
name
=
op
.
basename
(
name
)
name
=
name
.
lstrip
(
'manifest-'
).
rstrip
(
'.json'
)
# Awkward - the tag may have periods in it
name
=
name
.
rsplit
(
'.'
,
maxsplit
=
3
)
name
=
name
.
rsplit
(
'.'
,
3
)
return
name
# list of (url, tag, date, commit, branch),
...
...
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