From 6d68255cddf08f36c21b9c92da64802e565ff787 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Jan 09 2018 08:26:14 +0000 Subject: Do not use assert in Lightblue constructor --- diff --git a/freshmaker/lightblue.py b/freshmaker/lightblue.py index 4e8ab8c..2910496 100644 --- a/freshmaker/lightblue.py +++ b/freshmaker/lightblue.py @@ -292,7 +292,6 @@ class LightBlue(object): if verify_ssl is None: self.verify_ssl = True else: - assert isinstance(verify_ssl, bool) self.verify_ssl = verify_ssl if not os.path.exists(cert):