[Zope-Checkins] CVS: Zope/inst - compilezpy.py:1.10.8.3

Shane Hathaway cvs-admin at zope.org
Fri Nov 7 11:47:35 EST 2003


Update of /cvs-repository/Zope/inst
In directory cvs.zope.org:/tmp/cvs-serv9722

Modified Files:
      Tag: Zope-2_6-branch
	compilezpy.py 
Log Message:
Do not stop compilation just because of SyntaxWarnings.


=== Zope/inst/compilezpy.py 1.10.8.2 => 1.10.8.3 ===
--- Zope/inst/compilezpy.py:1.10.8.2	Fri May  9 15:35:01 2003
+++ Zope/inst/compilezpy.py	Fri Nov  7 11:47:26 2003
@@ -65,4 +65,4 @@
     print 'There were errors during Python module compilation.'
     print '!' * 78
     print
-    sys.exit(1)
+    #sys.exit(1)




More information about the Zope-Checkins mailing list