Skip to content

Commit 6078659

Browse files
committed
Re-word warning supression
1 parent 83d74e7 commit 6078659

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/ert/dark_storage/endpoints/experiment_server.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,7 @@ async def start_experiment(
201201
experiment_state = ExperimentRunnerState()
202202
_experiments[experiment_id] = experiment_state
203203
request_data = await request.json()
204-
# The output of warnings is the task of the user interface, not
205-
# of everserver. Therefore we suppress them here:
204+
# Suppress already reported warnings when we re-validate with plugins
206205
with warnings.catch_warnings():
207206
warnings.filterwarnings("ignore", category=ConfigWarning)
208207
config = EverestConfig.with_plugins(request_data)

0 commit comments

Comments
 (0)