rosshemsley / iOpener

Open files from path, with completion, listings and history. Similar to Emacs find file.
GNU General Public License v2.0
55 stars 19 forks source link

KeyError when trying to add folders to empty window/project #32

Closed Chovin closed 3 years ago

Chovin commented 7 years ago
Traceback (most recent call last):
  File "/Users/Chovin/Library/Application Support/Sublime Text 3/Packages/iOpener/i_opener.py", line 212, in open_file
    project_data['folders'].append(folder)
KeyError: 'folders'

This is possible when this setting is false: "open_folders_in_new_window": false and results in no folder being added to the window/project