Show More
@@ -236,7 +236,7 b' pub fn status_wrapper(' | |||||
236 | after_status, |
|
236 | after_status, | |
237 | ) |
|
237 | ) | |
238 | } |
|
238 | } | |
239 |
e => Err(PyErr::new::< |
|
239 | e => Err(PyErr::new::<FallbackError, _>( | |
240 | py, |
|
240 | py, | |
241 | format!("Unsupported matcher {}", e), |
|
241 | format!("Unsupported matcher {}", e), | |
242 | )), |
|
242 | )), |
General Comments 0
You need to be logged in to leave comments.
Login now