FuzzyFilePath icon indicating copy to clipboard operation
FuzzyFilePath copied to clipboard

Error when attempting to "Find All"

Open AlexLamson opened this issue 8 years ago • 0 comments

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()

AlexLamson avatar Jan 30 '18 21:01 AlexLamson