commit | fd7931e7f3a1b9568f9d9e7a95d8d444203c961f | [log] [tgz] |
---|---|---|
author | Tim Duesterhus <tim@bastelstu.be> | Thu Dec 29 17:40:26 2022 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Jan 03 16:28:34 2023 +0100 |
tree | 04a202a3a6937ecaf8c962c30feabf1cce92eb9e | |
parent | fcc21be9223c14329c9941edb0da9355e47e4e16 [diff] |
CI: Use proper `if` blocks instead of conditional expressions in matrix.py For complex expressions, such as the ones modified, the condition expression is much less readable, especially with the actual condition in the middle of the "then" and "else" part.