Skip to content

Commit

Permalink
Make lake into local lake in import_graph.py
Browse files Browse the repository at this point in the history
  • Loading branch information
javierlcontreras committed Jan 30, 2025
1 parent b12de8a commit 16772dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/import_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def main():
md_path = f"{folder_path}/import-graph-viz.md"

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

print("Stabilizing wait")

Expand Down

0 comments on commit 16772dc

Please sign in to comment.