Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

output in the console: AttributeError: 'NoneType' object has no attribute 'rfind' #8

Open
robinrosenstock opened this issue Oct 11, 2017 · 1 comment

Comments

@robinrosenstock
Copy link

Plugin is working, but I get the following Traceback in the console:

Traceback (most recent call last): File "/opt/sublime_text/sublime_plugin.py", line 389, in run_callback expr() File "/opt/sublime_text/sublime_plugin.py", line 488, in <lambda> run_callback('on_modified', callback, lambda: callback.on_modified(v)) File "/home/robin/.config/sublime-text-3/Packages/GitAutoCommit/git-autocommit.py", line 62, in on_modified if not is_file_from_autocommit_list(view): File "/home/robin/.config/sublime-text-3/Packages/GitAutoCommit/git-autocommit.py", line 23, in is_file_from_autocommit_list return is_auto_commit_file_exists(os.path.realpath(os.path.dirname(view.file_name()))) File "./python3.3/posixpath.py", line 151, in dirname AttributeError: 'NoneType' object has no attribute 'rfind'

@nbeversl
Copy link

nbeversl commented Sep 9, 2018

I also get this error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants