You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 20, 2020. It is now read-only.
Plugin randomly stops working, disable and renable via package control fixes issue.
Traceback (most recent call last):
File "bin\sublimetext\sublime_plugin.py", line 256, in on_post_save
callback.on_post_save(v)
File "bin\sublimetext\Data\Packages\FileSync\filesync.py", line 171, in on_post_save
sync_file(view.file_name())
File "bin\sublimetext\Data\Packages\FileSync\filesync.py", line 234, in sync_file
for exclusion in _settings.get("exclude_folder_names"):
AttributeError: 'NoneType' object has no attribute 'get'
Plugin randomly stops working, disable and renable via package control fixes issue.