We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb63ef4 commit 21c5acaCopy full SHA for 21c5aca
tldr.py
@@ -205,7 +205,7 @@ def get_platform() -> str:
205
206
207
def get_platform_list() -> List[str]:
208
- platforms = ['common'] + list(OS_DIRECTORIES.values())
+ platforms = ['common'] + list(set(list(OS_DIRECTORIES.values())))
209
current_platform = get_platform()
210
platforms.remove(current_platform)
211
platforms.insert(0, current_platform)
0 commit comments