Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eleftherioszisis committed May 30, 2024
1 parent dae4c22 commit a9af336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blue_cwl/core/viz.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@


def show_workflow_graph_image(cwl_workflow):
"""Show workflow graph."""
"""Show Workflow graph."""
graph = _build_workflow_graph(cwl_workflow)

png_str = graph.create_png() # pylint: disable=no-member
Expand Down

0 comments on commit a9af336

Please sign in to comment.