Skip to content

Commit

Permalink
Add error message
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardroche committed Aug 13, 2018
1 parent 4f90c81 commit a641245
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ def on_done(self, index):
elif os.path.isdir(folder):
_subl_open_folder_in_new_window(folder)

if len(folder_projects) > 1:
_message('expected 1 .sublime-project, found %d'.format(len(folder_projects)))


class SesameRemoveCommand(sublime_plugin.WindowCommand):

Expand Down

0 comments on commit a641245

Please sign in to comment.