We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe987d3 commit 8af5e93Copy full SHA for 8af5e93
scripts/import_graph.py
@@ -9,7 +9,9 @@ def main():
9
dot_path = f"{folder_path}/import-graph-viz.dot"
10
md_path = f"{folder_path}/import-graph-viz.md"
11
12
+ print("Running ", f"lake exe graph {dot_path} --exclude-meta")
13
os.system(f"lake exe graph {dot_path} --exclude-meta")
14
+ print("Running .dot edditing")
15
16
dot = ""
17
with open(dot_path, "r") as r:
0 commit comments