Merge pull request #5804 from ryanpetrello/iso-healthcheck-failure-capacity

properly handle import errors in the isolated capacity healthcheck

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
softwarefactory-project-zuul[bot]
2020-02-03 20:37:18 +00:00
committed by GitHub

View File

@@ -370,7 +370,6 @@ class IsolatedManager(object):
private_data_dir private_data_dir
) )
if runner_obj.status == 'successful':
for instance in instance_qs: for instance in instance_qs:
task_result = {} task_result = {}
try: try: