[Python-checkins] CVS: python/dist/src/Lib/distutils/command bdist_rpm.py,1.25,1.26

A.M. Kuchling akuchling@users.sourceforge.net
Fri, 10 Aug 2001 12:00:17 -0700


Update of /cvsroot/python/python/dist/src/Lib/distutils/command
In directory usw-pr-cvs1:/tmp/cvs-serv5110

Modified Files:
	bdist_rpm.py 
Log Message:
Fix typo caught by PyChecker


Index: bdist_rpm.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/command/bdist_rpm.py,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** bdist_rpm.py	2001/08/10 18:50:11	1.25
--- bdist_rpm.py	2001/08/10 19:00:15	1.26
***************
*** 168,172 ****
                     "distributions on platform %s" % os.name)
          if self.binary_only and self.source_only:
!             raise DistutilsOptionsError, \
                    "cannot supply both '--source-only' and '--binary-only'"
  
--- 168,172 ----
                     "distributions on platform %s" % os.name)
          if self.binary_only and self.source_only:
!             raise DistutilsOptionError, \
                    "cannot supply both '--source-only' and '--binary-only'"