removed superfluous sys.exit(0) in launch.pyw
authorOliver Maurhart <oliver.maurhart@ait.ac.at>
Tue, 04 Feb 2014 13:36:06 +0100
changeset 581e1d8ca35988
parent 56 9180aaaf2551
child 59 0b194a55eb68
removed superfluous sys.exit(0) in launch.pyw
OpenSecurity/bin/launch.pyw
     1.1 --- a/OpenSecurity/bin/launch.pyw	Wed Jan 29 15:38:12 2014 +0100
     1.2 +++ b/OpenSecurity/bin/launch.pyw	Tue Feb 04 13:36:06 2014 +0100
     1.3 @@ -239,9 +239,6 @@
     1.4      # ensure we have our X11 running
     1.5      Cygwin.start_X11()
     1.6     
     1.7 -    sys.exit(0)
     1.8 -
     1.9 -
    1.10      # call the OpenSecurity Admin to launch our progie =)
    1.11      # TODO: hard coded PORT
    1.12      url = 'http://127.0.0.1:8080/sdvms/' + args.vm + '/application' + args.command