bcharbonnier / SublimeFileSync

Sublime Text 2 FileSync plugin
44 stars 10 forks source link

Update filesync.py #21

Closed lsimone closed 9 years ago

lsimone commented 9 years ago

ST3 does not extract the .sublime-package in Installed Packages folder, so the rename_sidebar_menu() fails (shutil.move() command ) This behavior has been documented in this issue

bcharbonnier commented 9 years ago

Could you please reopen another PR for that change please ? But be sure to use this syntax to perform the check

if not is_st3():
  self.rename_sidebar_menu(_enabled)
lsimone commented 9 years ago

sorry, I locally tested the good code that worked, but I finally pasted here the wrong one :confused: The #24 has been opened