From 5d785cb86222457dc0de49510a2ad5122a0ce422 Mon Sep 17 00:00:00 2001 From: James Kasten Date: Wed, 19 Nov 2014 09:55:08 -0800 Subject: [PATCH] Fixed issue #27 --- letsencrypt/client/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/letsencrypt/client/client.py b/letsencrypt/client/client.py index 198c4139c..c608d96fa 100755 --- a/letsencrypt/client/client.py +++ b/letsencrypt/client/client.py @@ -79,7 +79,7 @@ class Client(object): # found within the config to self.names # Then filters them based on user selection code, self.names = display.filter_names(self.get_all_names()) - if code == display.OK: + if code == display.OK and self.names: # TODO: Allow multiple names once it is setup self.names = [self.names[0]] else: