Fix typo caught by PyChecker

This commit is contained in:
Andrew M. Kuchling 2001-08-10 19:00:15 +00:00
parent 665f248806
commit 5079fe07fe
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ class bdist_rpm (Command):
("don't know how to create RPM "
"distributions on platform %s" % os.name)
if self.binary_only and self.source_only:
raise DistutilsOptionsError, \
raise DistutilsOptionError, \
"cannot supply both '--source-only' and '--binary-only'"
# don't pass CFLAGS to pure python distributions