mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-12 10:30:29 +01:00
`[False]` is considered True in Python, so this flake fix didn't work. ``` >>> if [False]: ... print('x') ... x ``` Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> |
||
---|---|---|
.. | ||
testing |