Skip to content

Commit 16772dc

Browse files
Make lake into local lake in import_graph.py
1 parent b12de8a commit 16772dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/import_graph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def main():
1111
md_path = f"{folder_path}/import-graph-viz.md"
1212

1313
print("Running ", f"lake exe graph {dot_path} --exclude-meta")
14-
os.system(f"lake exe graph {dot_path} --exclude-meta")
14+
os.system(f"~/.elan/bin/lake exe graph {dot_path} --exclude-meta")
1515

1616
print("Stabilizing wait")
1717

0 commit comments

Comments
 (0)