scylladb / scylla-ccm

Cassandra Cluster Manager, modified for Scylla
Apache License 2.0
20 stars 60 forks source link

scylla_node: use str.split('=') when appropriate #551

Closed tchaikov closed 5 months ago

tchaikov commented 5 months ago

instead of chaining replace() and split(), let's just use split(). simpler and more readable this way