mirror of
https://github.com/xcat2/confluent.git
synced 2026-09-02 15:36:05 +00:00
938070c5b7
The guard evaluated the `next` builtin and discarded it, which does nothing, so a pending node with no handler fell through to None.NodeHandler(...). The AttributeError was caught by the enclosing except and logged as "Unexpected error during discovery", turning a node that should have been quietly skipped into a spurious error in the log.