fix typo
This commit is contained in:
parent
03d907d790
commit
62130ad525
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ import os
|
|||
def GetOS():
|
||||
if platform.system() == 'Darwin':
|
||||
return 'macos'
|
||||
elif platform.system() == 'Winwdows':
|
||||
elif platform.system() == 'Windows':
|
||||
return 'windows'
|
||||
else:
|
||||
return 'linux'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue