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

Error when attempting to "Find All" #50

Open
AlexLamson opened this issue Jan 30, 2018 · 0 comments
Open

Error when attempting to "Find All" #50

AlexLamson opened this issue Jan 30, 2018 · 0 comments
Labels

Comments

@AlexLamson
Copy link

To reproduce error:

  1. Press ctrl+f (find shortcut)
  2. Press alt+enter (find all shortcut)

Stacktrace:

Traceback (most recent call last):
  File "C:\Program Files\Sublime Text 3\sublime_plugin.py", line 818, in run_
    return self.run(edit)
  File "command_goto_file in C:\Users\Alex\AppData\Roaming\Sublime Text 3\Installed Packages\FuzzyFilePath.sublime-package", line 18, in run
  File "./python3.3/ntpath.py", line 256, in dirname
  File "./python3.3/ntpath.py", line 220, in split
  File "./python3.3/ntpath.py", line 162, in splitdrive
TypeError: object of type 'NoneType' has no len()
@sagold sagold added the bug label Feb 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants