JulianEberius / SublimePythonIDE

ST3 only: A rewrite of SublimeRope for ST3, uses the Rope library to add python completions and refactoring to ST3
GNU General Public License v2.0
267 stars 38 forks source link

TypeError: 'NoneType' object is not callable #78

Closed stleon closed 8 years ago

stleon commented 8 years ago

OS X El Capitan, Python 3.

Enable SublimePythonIDE, in sublime console:

reloading Packages/SublimePythonIDE/SublimePython.sublime-settings
Traceback (most recent call last):
  File "/Users/user_name/Library/Application Support/Sublime Text 3/Packages/SublimePythonIDE/sublime_python.py", line 412, in _update_color_scheme
    "warning": get_setting("warning_color"),
TypeError: 'NoneType' object is not callable
JulianEberius commented 8 years ago

Should be fixed in current master. Thanks for reporting.