This commit is contained in:
InspectorCaracal 2024-04-03 10:42:18 -06:00 committed by GitHub
parent a5201551d4
commit 02a1ef0064
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -944,7 +944,7 @@ class DefaultObject(ObjectDB, metaclass=TypeclassBase):
you = from_obj or self
if "you" not in mapping:
mapping[you] = you
mapping["you"] = you
contents = self.contents
if exclude: