Commit 5079fe07 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Fix typo caught by PyChecker

parent 665f2488
...@@ -167,7 +167,7 @@ class bdist_rpm (Command): ...@@ -167,7 +167,7 @@ class bdist_rpm (Command):
("don't know how to create RPM " ("don't know how to create RPM "
"distributions on platform %s" % os.name) "distributions on platform %s" % os.name)
if self.binary_only and self.source_only: if self.binary_only and self.source_only:
raise DistutilsOptionsError, \ raise DistutilsOptionError, \
"cannot supply both '--source-only' and '--binary-only'" "cannot supply both '--source-only' and '--binary-only'"
# don't pass CFLAGS to pure python distributions # don't pass CFLAGS to pure python distributions
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment