8000 Backport PR #18014: Fix flipped paths in non-writable config dir warn… · matplotlib/matplotlib@be996c1 · GitHub
[go: up one dir, main page]

Skip to content

Commit be996c1

Browse files
jklymakmeeseeksmachine
authored andcommitted
Backport PR #18014: Fix flipped paths in non-writable config dir warning.
1 parent 5f24501 commit be996c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ def _get_config_or_cache_dir(xdg_base):
479479
"recommended to set the MPLCONFIGDIR environment variable to a "
480480
"writable directory, in particular to speed up the import of "
481481
"Matplotlib and to better support multiprocessing.",
482-
configdir, tmpdir)
4908 482+
tmpdir, configdir)
483483
return tmpdir
484484

485485

0 commit comments

Comments
 (0)
0