Skip to content

Commit 8af5e93

Browse files
Fix
1 parent fe987d3 commit 8af5e93

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/import_graph.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ def main():
99
dot_path = f"{folder_path}/import-graph-viz.dot"
1010
md_path = f"{folder_path}/import-graph-viz.md"
1111

12+
print("Running ", f"lake exe graph {dot_path} --exclude-meta")
1213
os.system(f"lake exe graph {dot_path} --exclude-meta")
14+
print("Running .dot edditing")
1315

1416
dot = ""
1517
with open(dot_path, "r") as r:

0 commit comments

Comments
 (0)