Skip to content

Commit 8a35844

Browse files
Sameer Al-SakranAsk Solem
authored andcommitted
typo. still some weirdness in iterating
1 parent e2b28ef commit 8a35844

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

github2/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def constructor(self, **kwargs):
148148
_contribute_method("__init__", constructor)
149149

150150
def to_dict(self):
151-
_meta = self.meta
151+
_meta = self._meta
152152
dict_ = vars(self)
153153
return dict([(attr_name, _meta[attr_name].from_python(attr_value))
154154
for attr_name, attr_value in dict_.items()])

0 commit comments

Comments
 (0)