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

Error on installing: sublime_python_colors.py line 94, in generate_color_scheme_async #76

Closed bofm closed 8 years ago

bofm commented 9 years ago

Having installed the plugin via Package Control, I got the error in Sublime's console:

Traceback (most recent call last):
  File "C:\Users\User1\AppData\Roaming\Sublime Text 3\Packages\SublimePythonIDE\sublime_python_colors.py", line 94, in generate_color_scheme_async
    target_color = colors.get(style, DEFAULT_MARK_COLORS[style]).upper().lstrip("#")
AttributeError: 'NoneType' object has no attribute 'upper'

Sublime Build: 3074 OS: Windows 8.1 x64

JulianEberius commented 8 years ago

Should be fixed in current master. Thanks for reporting.