From 6879714cb4d426ab4174baff1cbf73b0e6c1535e Mon Sep 17 00:00:00 2001 From: Oleksii Shevchuk Date: Wed, 19 Sep 2018 15:36:47 +0300 Subject: [PATCH] Fix typo --- pupy/pupygen.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pupy/pupygen.py b/pupy/pupygen.py index a7a07536..0f71b3ee 100755 --- a/pupy/pupygen.py +++ b/pupy/pupygen.py @@ -133,12 +133,12 @@ def get_raw_conf(display, conf, obfuscate=False, verbose=False): display( List(available, bullet=Color('+', 'green'), - caption=Success('Required credentials (found))'))) + caption=Success('Required credentials (found)'))) if not_available: display( List(not_available, bullet=Color('-', 'red'), - caption=Error('Required credentials (not found))'))) + caption=Error('Required credentials (not found)'))) embedded_credentials = '\n'.join([ '{}={}'.format(credential, repr(credentials[credential])) \