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 d87d7bc commit a6263d1Copy full SHA for a6263d1
graphtik/jetsam.py
@@ -76,6 +76,7 @@ def log_n_plot(self, plot=None) -> Path:
76
f" +--{f'{k}({v.solid})' if hasattr(v, 'solid') else k}:"
77
f"\n{indent(str(v), ' ' * 4)}\n"
78
for k, v in self.items()
79
+ if v is not None
80
)
81
logging.getLogger(f"{__name__}.err").error("Salvaged jetsam:\n%s", items)
82
0 commit comments