-
Notifications
You must be signed in to change notification settings - Fork 45
Description
Using a Stock install of ST2 - disable Sublimerl files save - enabling Sublimerl file save and generates error
Writing file /Users/studio/CODE/Erlang/hello.erl with encoding UTF-8
Traceback (most recent call last):
File "./sublime_plugin.py", line 190, in on_post_save
File "./sublime_plugin.py", line 154, in run_timed_function
File "./sublime_plugin.py", line 189, in
File "./sublimerl_autocompiler.py", line 86, in on_post_save
File "./sublimerl_autocompiler.py", line 40, in init
File "./sublimerl_core.py", line 224, in init
File "./sublimerl_core.py", line 259, in set_app_name
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/posixpath.py", line 67, in join
elif path == '' or path.endswith('/'):
AttributeError: 'NoneType' object has no attribute 'endswith'