From 2442cc80bf007ca242e3192dfbcb2980c238bf34 Mon Sep 17 00:00:00 2001 From: Celine Mercier Date: Tue, 9 Jun 2020 14:36:37 +0200 Subject: [PATCH] Cython: View: fixed bash history display --- python/obitools3/dms/view/view.pyx | 1 + 1 file changed, 1 insertion(+) diff --git a/python/obitools3/dms/view/view.pyx b/python/obitools3/dms/view/view.pyx index 350501d..300c753 100755 --- a/python/obitools3/dms/view/view.pyx +++ b/python/obitools3/dms/view/view.pyx @@ -533,6 +533,7 @@ cdef class View(OBIWrapper) : for command in command_list: s+=b"obi " s+=command + s+=b"\n" return s