Skip to content
Snippets Groups Projects
Commit f7326b3f authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

BF: typo in f-string

parent bece5bf3
No related branches found
No related tags found
1 merge request!11Bf/message typo
Pipeline #10552 passed
...@@ -157,7 +157,7 @@ def _selectMultiplePlugins(plugins : List[Plugin]) -> List[Plugin]: ...@@ -157,7 +157,7 @@ def _selectMultiplePlugins(plugins : List[Plugin]) -> List[Plugin]:
'Alternately, enter the numbers of each module you would like ' 'Alternately, enter the numbers of each module you would like '
'to download, separated by spaces. For example, if you would ' 'to download, separated by spaces. For example, if you would '
f'like to download the [{plugins[0].name}] and ' 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: ') response = prompt('Enter module(s) to download: ')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment