Skip to content

Commit

Permalink
Fixes build
Browse files Browse the repository at this point in the history
  • Loading branch information
javierlcontreras committed Jan 30, 2025
1 parent 1bb9347 commit fe987d3
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 @@ -9,7 +9,7 @@ def main():
dot_path = f"{folder_path}/import-graph-viz.dot"
md_path = f"{folder_path}/import-graph-viz.md"

#os.system(f"lake exe graph {dot_path} --exclude-meta")
os.system(f"lake exe graph {dot_path} --exclude-meta")

dot = ""
with open(dot_path, "r") as r:
Expand Down

0 comments on commit fe987d3

Please sign in to comment.