riptano / ccm

A script to easily create and destroy an Apache Cassandra cluster on localhost
Apache License 2.0
1.22k stars 303 forks source link

Fixed python3 compatibility issue #588

Closed beltran closed 7 years ago

beltran commented 7 years ago

Looks like status is a string looking like b'## cassandra-3.0...origin/cassandra' which causes re.search to fail in python3 in an error that looks like can't use a string pattern on a bytes-like object

ptnapoleon commented 7 years ago

Thanks!