wbond/sublime_terminal
Terminal (OSX).sublime-settings doesn't load on MacOS 10.4 Sierra
Aberta
#161 aberto em 2 de fev. de 2017
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.