From 64cc2416d1f2338123ae953fde87e8e360ef25c1 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Wed, 24 Jul 2019 15:37:01 -0400 Subject: [PATCH] Fix list argument --- confluent_client/bin/nodelicense | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confluent_client/bin/nodelicense b/confluent_client/bin/nodelicense index 4ef0e6b9..ecc5d6fb 100755 --- a/confluent_client/bin/nodelicense +++ b/confluent_client/bin/nodelicense @@ -50,7 +50,7 @@ try: downdir = args[2] elif args[1] == 'delete': delete = args[2] - else: + elif args[1] != 'list': argparser.print_help() sys.exit(1) except IndexError: