Fix typo caught by PyChecker
This commit is contained in:
parent
665f248806
commit
5079fe07fe
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue