]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- removed unneeded exit call
authorArvin Schnell <aschnell@suse.de>
Tue, 28 Jun 2011 16:07:17 +0000 (18:07 +0200)
committerArvin Schnell <aschnell@suse.de>
Tue, 28 Jun 2011 16:07:17 +0000 (18:07 +0200)
scripts/zypp-plugin.py

index 179d8a361ff14665a684f9ba939e26a517928fea..d6be309299d33b3e7dd70ab0f102852865089c21 100755 (executable)
@@ -18,7 +18,6 @@ class MyPlugin(Plugin):
     Popen(args)
 
     self.ack()
-    sys.exit(0)
 
 plugin = MyPlugin()
 plugin.main()