davidolrik / sublime-rsync-ssh

Keep remote directories in sync with local projects.
75 stars 33 forks source link

Can't initialize settings #48

Closed beshur closed 6 years ago

beshur commented 6 years ago

Hi. I tried to init a couple of times settings in my project folder. Nothing happened, then I opened the console and see this:

Traceback (most recent call last):
  File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 818, in run_
    return self.run(edit)
  File "rsync_ssh in /Users/alex.buznik/Library/Application Support/Sublime Text 3/Installed Packages/Rsync SSH.sublime-package", line 124, in run
AttributeError: 'NoneType' object has no attribute 'run_command'
[rsync-ssh] rsync_ssh configuration already exists.

No new files were created though.

What could be the problem?

OS X 10.13.2, ST 3.0

beshur commented 6 years ago

Sorry, my bad, RTFM