Skip to content

Commit 9895084

Browse files
author
Anthony Baxter
committed
removed useless and annoying exit
1 parent d501fd4 commit 9895084

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1717
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1818
#
19-
# $Id: setup.py,v 1.64.2.10 2004-11-27 21:33:13 richard Exp $
19+
# $Id: setup.py,v 1.64.2.11 2004-11-29 02:02:06 anthonybaxter Exp $
2020

2121
from distutils.core import setup, Extension
2222
from distutils.util import get_platform
@@ -148,7 +148,6 @@ def check_manifest():
148148
print '\n*** SOURCE ERROR: There are files missing (%d/%d found)!'%(
149149
n-len(err), n)
150150
print 'Missing:', '\nMissing: '.join(err)
151-
sys.exit(1)
152151

153152

154153
class build_roundup(build):

0 commit comments

Comments
 (0)