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.
fn
1 parent f7f668e commit 0474682Copy full SHA for 0474682
graphtik/plot.py
@@ -234,9 +234,7 @@ def get_node_name(a):
234
try:
235
kw["URL"] = f"file://{inspect.getfile(nx_node.fn)}"
236
except Exception as ex:
237
- log.debug(
238
- "Ignoring error while inspecting file of %s: %s", nx_node.fn, ex
239
- )
+ log.debug("Ignoring error while inspecting file of %s: %s", nx_node, ex)
240
node = pydot.Node(
241
name=quote_dot_kws(nx_node.name),
242
shape=shape,
0 commit comments