diff --git a/zuulclient/utils/__init__.py b/zuulclient/utils/__init__.py index 2893475..d20cc48 100644 --- a/zuulclient/utils/__init__.py +++ b/zuulclient/utils/__init__.py @@ -94,4 +94,4 @@ def encrypt_with_openssl(pubkey_path, plaintext, logger=None): if p.returncode != 0: raise Exception('openssl failure (Return code %s)' % p.returncode) ciphertext_chunks.append(base64.b64encode(stdout).decode('utf-8')) - return ciphertext_chunks + return ciphertext_chunks