oops. how did _that_ happen?
This commit is contained in:
parent
f2113f0c6e
commit
73cc8479f0
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue