Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 95429f1

Browse filesBrowse files
committed
FIX path in boilerplate.py
1 parent a38b091 commit 95429f1
Copy full SHA for 95429f1

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎tools/boilerplate.py

Copy file name to clipboardExpand all lines: tools/boilerplate.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.