This reduces `if fds && len(fds) > 0:` to `if fds:`. In python, empty collections are considered false, so the additional check is not needed. |
||
|---|---|---|
| .. | ||
| util | ||
| __init__.py | ||
| __main__.py | ||
| api.py | ||
| buildroot.py | ||
| loop.py | ||
| main_cli.py | ||
| meta.py | ||
| objectstore.py | ||
| pipeline.py | ||
| remoteloop.py | ||
| sources.py | ||
| treesum.py | ||