Fix an issue where summary dates are not precise enough #23016
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
|