Commit da1d48ae authored by kayhayen@gmx.de's avatar kayhayen@gmx.de

typo

parent 270708c2
......@@ -1937,7 +1937,7 @@ class AttributeNode(ExprNode):
code.putln(
'%s = PyObject_GetAttrString(%s, "%s"); %s' % (
self.result_code,
self.objpy_result(),
self.obj.py_result(),
self.attribute,
code.error_goto_if_null(self.result_code, self.pos)))
......
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