mirror of
https://github.com/xcat2/confluent.git
synced 2025-02-04 13:02:25 +00:00
Jarrod Johnson
5ccfa36da6
Fix ssh disconnect handling in python 3
In python 3, '' will never match b''. Just use the value as a boolean to catch either '' or b''.
Description
Languages
Python
80.3%
Shell
15.6%
C
3.6%
Perl
0.3%