Skip to content

Fix an issue where summary dates are not precise enough #23016

Fix an issue where summary dates are not precise enough

Fix an issue where summary dates are not precise enough #23016

Triggered via pull request January 4, 2024 14:19
Status Failure
Total duration 2m 29s
Artifacts

style.yml

on: pull_request
Matrix: check-style
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
check-style (3.11)
Process completed with exit code 1.
check-style (3.11): src/ert/config/_read_summary.py#L242
Use ternary operator `ret = key.decode() if isinstance(key, bytes) else key` instead of `if`-`else`-block