mirror of
https://github.com/xcat2/confluent.git
synced 2026-05-17 03:44:22 +00:00
5ccfa36da6
In python 3, '' will never match b''. Just use the value as a boolean to catch either '' or b''.