Skip to content

Commit f489ac5

Browse files
author
Anthony Baxter
committed
removed useless and annoying exit
1 parent b99a3b7 commit f489ac5

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.75 2004-11-11 06:13:52 richard Exp $
19+
# $Id: setup.py,v 1.76 2004-11-29 02:01:05 anthonybaxter Exp $
2020

2121
from distutils.core import setup, Extension
2222
from distutils.util import get_platform
@@ -221,7 +221,6 @@ def check_manifest():
221221
print '\n*** SOURCE ERROR: There are files missing (%d/%d found)!'%(
222222
n-len(err), n)
223223
print 'Missing:', '\nMissing: '.join(err)
224-
sys.exit(1)
225224

226225

227226
class build_py_roundup(build_py):

0 commit comments

Comments
 (0)