mirror of
https://github.com/xcat2/confluent.git
synced 2025-03-01 00:31:42 +00:00
In python 3, '' will never match b''. Just use the value as a boolean to catch either '' or b''.
In python 3, '' will never match b''. Just use the value as a boolean to catch either '' or b''.