From 9ff782937385c9959b4854633268e7271e378706 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Wed, 16 Aug 2017 15:06:48 -0400 Subject: [PATCH] Fix typo in confetty Strings do not have a startswitch method... --- confluent_client/bin/confetty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confluent_client/bin/confetty b/confluent_client/bin/confetty index 90b3db4b..56fd039c 100755 --- a/confluent_client/bin/confetty +++ b/confluent_client/bin/confetty @@ -460,7 +460,7 @@ def createresource(args): if keydata is None: return targpath = fullpath_target(resname) - if targpath.startswitch('/noderange//'): + if targpath.startswith('/noderange//'): collection = targpath else: collection, _, resname = targpath.rpartition('/')