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

"File Not Found" error when browsing history of a file #80

Closed
rhamzeh opened this issue Jul 29, 2016 · 1 comment · Fixed by #81
Closed

"File Not Found" error when browsing history of a file #80

rhamzeh opened this issue Jul 29, 2016 · 1 comment · Fixed by #81

Comments

@rhamzeh
Copy link
Contributor

rhamzeh commented Jul 29, 2016

When attempting to browse history of a file, a FileNotFoundError is thrown

Traceback (most recent call last):
  File "/opt/sublime_text/sublime_plugin.py", line 798, in run_
    return self.run(edit)
  File "{{SUBLIME_DIR}}/Packages/Local History/LocalHistory.py", line 164, in run
    subprocess.call('xdg-open %s' % target_dir)
  File "./python3.3/subprocess.py", line 523, in call
  File "./python3.3/subprocess.py", line 819, in __init__
  File "./python3.3/subprocess.py", line 1448, in _execute_child
FileNotFoundError: [Errno 2] No such file or directory: 'xdg-open {{FILE_DIR}}'

OS: Linux
Distribution: Ubuntu
Release: 16.04.1 LTS (Xenial)
Sublime Text Version 3, Build 3119

@rhamzeh
Copy link
Contributor Author

rhamzeh commented Jul 29, 2016

I believe this is a bug introduced in #73

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

Successfully merging a pull request may close this issue.

1 participant