We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a2fd1b commit d675f7fCopy full SHA for d675f7f
2 files changed
process/core/io/plot/cli.py
@@ -27,7 +27,7 @@ def sankey(mfile, format_):
27
if out is not None:
28
return out
29
30
- return plot_sankey(mfile, format_)
+ return plot_sankey(mfile)
31
32
33
@plot.command("scans", no_args_is_help=True)
0 commit comments