JulianEberius / SublimeRope

ST2 only, use SublimePythonIDE with ST3: Adds Python completions and some IDE-like functions to Sublime Text 2, through the use of the Rope library
GNU General Public License v2.0
250 stars 26 forks source link

Thread error with organize imports command #50

Closed unformatt closed 11 years ago

unformatt commented 11 years ago

File "./sublime_rope.py", line 532, in finish self.view.run_command('revert') RuntimeError: Must call on main thread, consider using sublime.set_timeout(function, timeout)

DamnWidget commented 11 years ago

I have already a pull request that fix this problem

JulianEberius commented 11 years ago

Should be fixed now.