Kaydet (Commit) 73cc8479 authored tarafından Anthony Baxter's avatar Anthony Baxter

oops. how did _that_ happen?

üst f2113f0c
......@@ -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)
......
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