summaryrefslogtreecommitdiffstats
path: root/roles/openshift_health_checker
diff options
context:
space:
mode:
authorAdam Miller <maxamillion@fedoraproject.org>2017-08-18 11:55:01 -0500
committerAdam Miller <maxamillion@fedoraproject.org>2017-08-18 11:55:01 -0500
commit1daba5e1bc11dde6344def8899926ca03abf6156 (patch)
tree000a54bd5edc870c298a710407c9fb7fb8aac9ef /roles/openshift_health_checker
parenta294ee21e86b16f3ec052305508aee9492713f6d (diff)
downloadopenshift-1daba5e1bc11dde6344def8899926ca03abf6156.tar.gz
openshift-1daba5e1bc11dde6344def8899926ca03abf6156.tar.bz2
openshift-1daba5e1bc11dde6344def8899926ca03abf6156.tar.xz
openshift-1daba5e1bc11dde6344def8899926ca03abf6156.zip
remove out of scope variable from exception message
Signed-off-by: Adam Miller <maxamillion@fedoraproject.org>
Diffstat (limited to 'roles/openshift_health_checker')
-rw-r--r--roles/openshift_health_checker/library/aos_version.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/roles/openshift_health_checker/library/aos_version.py b/roles/openshift_health_checker/library/aos_version.py
index 0dd6606f8..c8769b511 100644
--- a/roles/openshift_health_checker/library/aos_version.py
+++ b/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