wbond/sublime_terminal

Terminal (OSX).sublime-settings doesn't load on MacOS 10.4 Sierra

Aberta

#161 aberto em 2 de fev. de 2017

 (3 comentários) (0 reação) (0 responsável)Python (117 forks)github user discovery
bughelp wanted

Métricas do repositório

Stars
 (597 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

in get_setting: os.name returns 'posix' rather than 'darwin'.

Replacing os.name with sys.platform returns 'darwin'. This change works on MacOS and Linux. I don't have a Windows machine so can't verify the change there.

Guia do colaborador