Skip to content

Commit

Permalink
Fix bug in docstring of ForwardModelStep
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeda committed Jan 14, 2025
1 parent 0d9c178 commit 024fcba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ert/config/forward_model_step.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@ class ForwardModelStep:
Attributes:
executable: The name of the executable to be run
stdin_file: File where this forward model step's stdout is written
stdout_file: File where this forward model step's stderr is written
stderr_file: File where this forward model step's stdin is written
stdin_file: File where this forward model step's stdin is written
stdout_file: File where this forward model step's stdout is written
stderr_file: File where this forward model step's stderr is written
target_file: Name of file expected to be produced after the forward
model step is executed successfully.
This file is used for the legacy ERT queue driver, and may be deprecated.
Expand Down

0 comments on commit 024fcba

Please sign in to comment.