Skip to content

Commit

Permalink
docs: improve docstring in GenerationResultInfoDTO
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent-laporte-pro committed Mar 26, 2024
1 parent 470f20d commit fb774c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion antarest/study/storage/variantstudy/model/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ class GenerationResultInfoDTO(BaseModel):
Attributes:
success: A boolean indicating whether the generation process was successful.
details: A list of tuples containing detailed information about the generation process.
details: A list of tuples containing detailed information about the generation process:
(``name``, ``output_status``, ``output_message``).
"""

success: bool
Expand Down

0 comments on commit fb774c4

Please sign in to comment.