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

Skip to content

Commit fb004e0

Browse files
committed
test
1 parent ae9bf5b commit fb004e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -812,6 +812,7 @@ def matplotlib_fname():
812812
cwd = os.getcwd()
813813
fname = os.path.join(cwd, 'matplotlibrc')
814814
if os.path.exists(fname):
815+
print('found mplrc file in cwd')
815816
return fname
816817

817818
if 'MATPLOTLIBRC' in os.environ:

0 commit comments

Comments
 (0)