From: Arvin Schnell Date: Tue, 28 Jun 2011 16:07:17 +0000 (+0200) Subject: - removed unneeded exit call X-Git-Tag: v0.1.3~349 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ef8377e85929900138febd08ed6ef69106a2d4ef;p=thirdparty%2Fsnapper.git - removed unneeded exit call --- diff --git a/scripts/zypp-plugin.py b/scripts/zypp-plugin.py index 179d8a36..d6be3092 100755 --- a/scripts/zypp-plugin.py +++ b/scripts/zypp-plugin.py @@ -18,7 +18,6 @@ class MyPlugin(Plugin): Popen(args) self.ack() - sys.exit(0) plugin = MyPlugin() plugin.main()