From 084876034186fb7ccadee0bea99199dbe69a2990 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 25 Jun 2007 04:49:12 +0000 Subject: Allow SystemExit through as usual. svn path=/main/trunk/; revision=7025 --- pym/portage/getbinpkg.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pym/portage/getbinpkg.py b/pym/portage/getbinpkg.py index b5a15aaaf..c16570c46 100644 --- a/pym/portage/getbinpkg.py +++ b/pym/portage/getbinpkg.py @@ -422,6 +422,8 @@ def file_get_lib(baseurl,dest,conn=None): rc = 0 try: f = conn.open(address) + except SystemExit: + raise except Exception: rc = 1 else: -- cgit v1.2.3-1-g7c22