P3-02: port=0 silently overwritten to 8655 — "random port" use case broken #20
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Severity: P3 (Low)
File:
decider/config.pyline 123Problem
port=0is a valid use case ("OS picks a random port"), butnot 0isTrue, so it gets silently overwritten.Fix
Check for
Noneor missing key explicitly, not falsiness: