Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9099da2

Browse files
committed
committed mark hammiltons cutils fix
svn path=/trunk/matplotlib/; revision=5017
1 parent 03a16ad commit 9099da2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/config/cutils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def _get_configdir():
7979
raise RuntimeError("""\
8080
'%s' is not a writable dir; you must set %s/.matplotlib to be a writable dir.
8181
You can also set environment variable MPLCONFIGDIR to any writable directory
82-
where you want matplotlib data stored """%h)
82+
where you want matplotlib data stored """%(p,h))
8383
else:
8484
if not is_writable_dir(h):
8585
raise RuntimeError("Failed to create %s/.matplotlib; consider setting MPLCONFIGDIR to a writable directory for matplotlib configuration data"%h)

0 commit comments

Comments
 (0)