You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm on Ubuntu 22.10 and using Sublime Text 4143. Alt-O is triggering switch_file command, so I have to manually run plaintask's command via command palate, but this has no effect and trigger errors inside the console. Here is the trackback:
Traceback (most recent call last):
File "/opt/sublime_text/Lib/python33/sublime_plugin.py", line 1494, in run_
return self.run(edit)
File "/home/me/.config/sublime-text/Packages/PlainTasks/PlainTasks.py", line 722, in run
fn, sym, line, col, text = self.parse_link(line)
File "/home/me/.config/sublime-text/Packages/PlainTasks/PlainTasks.py", line 799, in parse_link
return fn, sym, line or 0, col or 0, text
UnboundLocalError: local variable 'fn' referenced before assignment
The text was updated successfully, but these errors were encountered:
I'm on Ubuntu 22.10 and using Sublime Text 4143. Alt-O is triggering
switch_file
command, so I have to manually run plaintask's command via command palate, but this has no effect and trigger errors inside the console. Here is the trackback:The text was updated successfully, but these errors were encountered: