wbond/sublime_terminal

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

Open

#161 opened on Feb 2, 2017

 (3 comments) (0 reactions) (0 assignees)Python (117 forks)github user discovery
bughelp wanted

Repository metrics

Stars
 (597 stars)
PR merge metrics
 (PR metrics pending)

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.

Contributor guide