Skip to content
Snippets Groups Projects
Commit f68caffc authored by Matt Wala's avatar Matt Wala
Browse files

Fix wrong variable

parent c16e6d1a
Branches
No related tags found
No related merge requests found
...@@ -66,7 +66,7 @@ def get_dot_dependency_graph( ...@@ -66,7 +66,7 @@ def get_dot_dependency_graph(
repr(tooltip)[1:-1], repr(tooltip)[1:-1],
) )
lines = list(_default_preamble_hook()) lines = list(preamble_hook())
dep_graph = {} dep_graph = {}
# maps (oriented) edge onto annotation string # maps (oriented) edge onto annotation string
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment