Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open Link/File (Alt+O) does not work and throw errors #436

Open
unifreak opened this issue Feb 14, 2023 · 0 comments
Open

Open Link/File (Alt+O) does not work and throw errors #436

unifreak opened this issue Feb 14, 2023 · 0 comments

Comments

@unifreak
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant