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

_create_tmp_config_dir() in __init__.py does not create a directory #4120

Closed
dgarwin opened this issue Feb 18, 2015 · 2 comments
Closed

_create_tmp_config_dir() in __init__.py does not create a directory #4120

dgarwin opened this issue Feb 18, 2015 · 2 comments

Comments

@dgarwin
Copy link

dgarwin commented Feb 18, 2015

I believe the following code inserted after tempdir is created fixes it:

from matplotlib.cbook import mkdirs
mkdirs(tempdir)
@tacaswell
Copy link
Member

@dgarwin Can you put that in a PR? That makes in much easier to follow the changes you are suggesting and then you get credit for them when it get merged.

@tacaswell
Copy link
Member

Sorry, about jargon, PR -> pull request.

curufinwe pushed a commit to curufinwe/matplotlib that referenced this issue Jul 6, 2015
curufinwe pushed a commit to curufinwe/matplotlib that referenced this issue Jul 6, 2015
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