Yedidyah Bar David has uploaded a new change for review.

Change subject: packging: setup: fix unset variable 'errors'
......................................................................

packging: setup: fix unset variable 'errors'

Fixes I6e1cd0ff49c2e37649263302dce0a1a44ee4bb53

Change-Id: I956d822895a87f4aae1bfc4edfa87e8c2071288c
Signed-off-by: Yedidyah Bar David <d...@redhat.com>
---
M packaging/setup/ovirt_engine_setup/reports/reportsutil.py
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-reports refs/changes/16/40116/1

diff --git a/packaging/setup/ovirt_engine_setup/reports/reportsutil.py 
b/packaging/setup/ovirt_engine_setup/reports/reportsutil.py
index 91f3038..bd67ed7 100644
--- a/packaging/setup/ovirt_engine_setup/reports/reportsutil.py
+++ b/packaging/setup/ovirt_engine_setup/reports/reportsutil.py
@@ -113,6 +113,7 @@
     def _execute(self, *eargs, **kwargs):
         rc, stdout, stderr = self._plugin.execute(*eargs, **kwargs)
 
+        errors = []
         if stderr:
             errors = [
                 l for l in stderr


-- 
To view, visit https://gerrit.ovirt.org/40116
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I956d822895a87f4aae1bfc4edfa87e8c2071288c
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-reports
Gerrit-Branch: master
Gerrit-Owner: Yedidyah Bar David <d...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to