Skip to content

Commit 25b2ede

Browse files
author
Sailesh Mukil
committed
Replace references to 'templates' with 'frontend'
- Update the right path in MANIFEST.in
1 parent 1380088 commit 25b2ede

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

MANIFEST.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
recursive-include templates *
1+
recursive-include frontend *
22
recursive-include assets *
33
include README.md
44
include sample.ipynb
@@ -7,4 +7,4 @@ include spanner_graphs/*.csv
77
include spanner_graphs/*.json
88
include tests/*.json
99
include third_party/index.js
10-
include third_party/LICENSE.js
10+
include third_party/LICENSE.js

spanner_graphs/graph_visualization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def generate_visualization_html(query: str, port: int, params: str):
4848
# Get the directory of the current file (magics.py)
4949
current_dir = os.path.dirname(os.path.abspath(__file__))
5050

51-
# Go up directories until we find the 'templates' folder
51+
# Go up directories until we find the 'frontend' folder
5252
search_dir = current_dir
5353
while 'frontend' not in os.listdir(search_dir):
5454
parent = os.path.dirname(search_dir)

0 commit comments

Comments
 (0)