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 21c5aca commit 0829305Copy full SHA for 0829305
tldr.py
@@ -205,7 +205,7 @@ def get_platform() -> str:
205
206
207
def get_platform_list() -> List[str]:
208
- platforms = ['common'] + list(set(list(OS_DIRECTORIES.values())))
+ platforms = ['common'] + list(set(OS_DIRECTORIES.values()))
209
current_platform = get_platform()
210
platforms.remove(current_platform)
211
platforms.insert(0, current_platform)
0 commit comments