ZahirJS commited on
Commit
cdf3ada
·
verified ·
1 Parent(s): 1047ff0

Update wbs_diagram_generator.py

Browse files
Files changed (1) hide show
  1. wbs_diagram_generator.py +1 -1
wbs_diagram_generator.py CHANGED
@@ -116,7 +116,7 @@ def generate_wbs_diagram(json_input: str, output_format: str) -> str:
116
  }
117
 
118
  Returns:
119
- str: The filepath to the generated PNG image file.
120
  """
121
  try:
122
  if not json_input.strip():
 
116
  }
117
 
118
  Returns:
119
+ str: The filepath to the generated image file.
120
  """
121
  try:
122
  if not json_input.strip():