[node-patches] Change in ovirt-node[master]: [DRAFT] ai: Don't call sys.exit()

fabiand at fedoraproject.org fabiand at fedoraproject.org
Thu Jul 11 12:05:43 UTC 2013


Fabian Deutsch has uploaded a new change for review.

Change subject: [DRAFT] ai: Don't call sys.exit()
......................................................................

[DRAFT] ai: Don't call sys.exit()

Change-Id: Ideb603a831a4932809c04205c14c0a90acafad10
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M scripts/ovirt-auto-install.py
1 file changed, 0 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/26/16726/1

diff --git a/scripts/ovirt-auto-install.py b/scripts/ovirt-auto-install.py
index b100bb3..9c902fd 100755
--- a/scripts/ovirt-auto-install.py
+++ b/scripts/ovirt-auto-install.py
@@ -18,7 +18,6 @@
 # MA  02110-1301, USA.  A copy of the GNU General Public License is
 # also available at http://www.gnu.org/copyleft/gpl.html.
 
-import sys
 from ovirtnode.ovirtfunctions import *
 from ovirtnode.storage import *
 from ovirtnode.install import *
@@ -151,5 +150,3 @@
     print "Installation and Configuration Completed"
 
     # python will exit with 1 if an exception occurs
-
-    sys.exit(0)


-- 
To view, visit http://gerrit.ovirt.org/16726
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ideb603a831a4932809c04205c14c0a90acafad10
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Fabian Deutsch <fabiand at fedoraproject.org>



More information about the node-patches mailing list