From 170ef3f1bafa14e44f3995e1150f89d431dcb768 Mon Sep 17 00:00:00 2001 From: Celine Mercier Date: Thu, 7 May 2020 17:07:01 +0200 Subject: [PATCH] Views: added obi prefix to commands in bash history --- python/obitools3/dms/view/view.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/obitools3/dms/view/view.pyx b/python/obitools3/dms/view/view.pyx index 854b991..350501d 100755 --- a/python/obitools3/dms/view/view.pyx +++ b/python/obitools3/dms/view/view.pyx @@ -531,8 +531,8 @@ cdef class View(OBIWrapper) : for level in self.view_history: command_list = [level[input][b"command_line"] for input in level.keys()] for command in command_list: + s+=b"obi " s+=command - s+=b"\n" return s