Skip to content

Commit 95429f1

Browse files
committed
FIX path in boilerplate.py
1 parent a38b091 commit 95429f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/boilerplate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ def format_value(value):
365365

366366

367367
def build_pyplot():
368-
pyplot_path = os.path.join("../", os.path.dirname(__file__), 'lib',
368+
pyplot_path = os.path.join(os.path.dirname(__file__), "..", 'lib',
369369
'matplotlib', 'pyplot.py')
370370

371371
pyplot_orig = open(pyplot_path, 'r').readlines()

0 commit comments

Comments
 (0)