Browse Source

remove out of scope variable from exception message

Signed-off-by: Adam Miller <maxamillion@fedoraproject.org>
Adam Miller 7 years ago
parent
commit
1daba5e1bc
1 changed files with 0 additions and 1 deletions
  1. 0 1
      roles/openshift_health_checker/library/aos_version.py

+ 0 - 1
roles/openshift_health_checker/library/aos_version.py

@@ -135,7 +135,6 @@ def _retrieve_available_packages(expected_pkgs):
             raise AosVersionException('\n'.join([
                 'Unable to find any OpenShift packages.',
                 'Check your subscription and repo settings.',
-                str(excinfo),
             ]))
 
     return pkgs