We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bfa5d9 commit dbbefabCopy full SHA for dbbefab
crates/vm/src/vm/vm_new.rs
@@ -198,7 +198,7 @@ impl VirtualMachine {
198
op: &str,
199
) -> PyBaseExceptionRef {
200
self.new_type_error(format!(
201
- "'{}' not supported between instances of '{}' and '{}'",
+ "unsupported operand type(s) for {}: '{}' and '{}'",
202
op,
203
a.class().name(),
204
b.class().name()
0 commit comments