Show More
@@ -270,9 +270,9 b' py_class!(pub class DirstateMap |py| {' | |||||
270 | let tuple = (packed, tree_metadata, append); |
|
270 | let tuple = (packed, tree_metadata, append); | |
271 | Ok(tuple.to_py_object(py).into_object()) |
|
271 | Ok(tuple.to_py_object(py).into_object()) | |
272 | }, |
|
272 | }, | |
273 |
Err( |
|
273 | Err(e) => Err(PyErr::new::<exc::OSError, _>( | |
274 | py, |
|
274 | py, | |
275 |
|
|
275 | e.to_string(), | |
276 | )), |
|
276 | )), | |
277 | } |
|
277 | } | |
278 | } |
|
278 | } |
General Comments 0
You need to be logged in to leave comments.
Login now