Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03a16ad commit 9099da2Copy full SHA for 9099da2
1 file changed
lib/matplotlib/config/cutils.py
@@ -79,7 +79,7 @@ def _get_configdir():
79
raise RuntimeError("""\
80
'%s' is not a writable dir; you must set %s/.matplotlib to be a writable dir.
81
You can also set environment variable MPLCONFIGDIR to any writable directory
82
-where you want matplotlib data stored """%h)
+where you want matplotlib data stored """%(p,h))
83
else:
84
if not is_writable_dir(h):
85
raise RuntimeError("Failed to create %s/.matplotlib; consider setting MPLCONFIGDIR to a writable directory for matplotlib configuration data"%h)
0 commit comments