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
add_module
Commits
f7326b3f
Commit
f7326b3f
authored
Sep 01, 2021
by
Paul McCarthy
🚵
Browse files
BF: typo in f-string
parent
bece5bf3
Pipeline
#10552
passed with stages
in 1 minute and 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
fsl/add_module/ui.py
View file @
f7326b3f
...
...
@@ -157,7 +157,7 @@ def _selectMultiplePlugins(plugins : List[Plugin]) -> List[Plugin]:
'Alternately, enter the numbers of each module you would like '
'to download, separated by spaces. For example, if you would '
f
'like to download the [
{
plugins
[
0
].
name
}
] and '
f
'[
{
plugins
[
1
]
,
name
}
] modules, enter "1 2".'
,
indent
=
2
,
wrap
=
True
)
f
'[
{
plugins
[
1
]
.
name
}
] modules, enter "1 2".'
,
indent
=
2
,
wrap
=
True
)
response
=
prompt
(
'Enter module(s) to download: '
)
...
...
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