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

IsADirectoryError #36

Open
rwols opened this issue Aug 4, 2017 · 2 comments
Open

IsADirectoryError #36

rwols opened this issue Aug 4, 2017 · 2 comments

Comments

@rwols
Copy link

rwols commented Aug 4, 2017

I get this exception in the console:

Traceback (most recent call last):
  File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 389, in run_callback
    expr()
  File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 458, in <lambda>
    run_callback('on_pre_save', callback, lambda: callback.on_pre_save(v))
  File "Pelican in /Users/rwols/Library/Application Support/Sublime Text 3/Installed Packages/Pelican.sublime-package", line 348, in on_pre_save
  File "Pelican in /Users/rwols/Library/Application Support/Sublime Text 3/Installed Packages/Pelican.sublime-package", line 390, in isPelicanArticle
  File "Pelican in /Users/rwols/Library/Application Support/Sublime Text 3/Installed Packages/Pelican.sublime-package", line 474, in parse_makefile
IsADirectoryError: [Errno 21] Is a directory: '/Users/rwols/Library/Application Support/Sublime Text 3/Packages/Makefile'

Please check if the file Makefile is actually a file before opening it.

@rwols
Copy link
Author

rwols commented Feb 7, 2018

ping @jsliang

@jsliang
Copy link
Owner

jsliang commented Mar 28, 2018

Hi @rwols ,

Sorry for the late reply. I haven't been using Sublime Text for like 2 years, and it has been quite difficult for me to keep up with the plugin maintenance ever since.

It would be great if you are willing to submit a PR for this issue. Thank you :)

jsliang

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