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

Skip to content

Commit 0c83bd5

Browse files
authored
Merge pull request #18023 from meeseeksmachine/auto-backport-of-pr-18014-on-v3.3.x
Backport PR #18014 on branch v3.3.x (Fix flipped paths in non-writable config dir warning.)
2 parents 5f24501 + be996c1 commit 0c83bd5

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)
482+
tmpdir, configdir)
483483
return tmpdir
484484

485485

0 commit comments

Comments
 (0)