Skip to content

Commit 9d94d81

Browse files
committed
fix typo
1 parent fa513b9 commit 9d94d81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/object/DefaultPythonObjectExports.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ static Object asIndex(Object receiver,
8585
throw new IllegalStateException(e);
8686
}
8787
} else {
88-
throw raise.raiseIntegerInterpretationError(interopLib);
88+
throw raise.raiseIntegerInterpretationError(receiver);
8989
}
9090
}
9191

0 commit comments

Comments
 (0)