Skip to content
Snippets Groups Projects
Commit fd2aef1f authored by Lukas Stadler's avatar Lukas Stadler
Browse files

fix class case in complex UpdateAttributes

parent 27d818bb
No related branches found
No related tags found
No related merge requests found
......@@ -214,7 +214,6 @@ public abstract class UpdateAttributes extends RBuiltinNode {
} else {
setClassNode.execute(res, UpdateAttr.convertClassAttrFromObject(value));
}
res = result;
} else if (attrName.equals(RRuntime.ROWNAMES_ATTR_KEY)) {
if (setRowNamesNode == null) {
CompilerDirectives.transferToInterpreterAndInvalidate();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment