]> granicus.if.org Git - python/commitdiff
oops. how did _that_ happen?
authorAnthony Baxter <anthonybaxter@gmail.com>
Wed, 13 Oct 2004 13:22:34 +0000 (13:22 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Wed, 13 Oct 2004 13:22:34 +0000 (13:22 +0000)
Lib/distutils/dist.py

index a23a773c57353e9aea9f4b3e4086b274f710123f..1a39022fd8af3ad7c700236093f17c86b3ff8f9c 100644 (file)
@@ -230,6 +230,7 @@ class Distribution:
                     setattr(self.metadata, key, val)
                 elif hasattr(self, key):
                     setattr(self, key, val)
+                else:
                     msg = "Unknown distribution option: %s" % repr(key)
                     if warnings is not None:
                         warnings.warn(msg)