From 53212168a23805a742942eef6700f95028412f11 Mon Sep 17 00:00:00 2001 From: Celine Mercier Date: Thu, 23 Jan 2020 16:51:49 +0100 Subject: [PATCH] History: added 'obi' in bash history for practical reasons --- python/obitools3/dms/dms.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/obitools3/dms/dms.pyx b/python/obitools3/dms/dms.pyx index 06b93c9..a5e9bc5 100755 --- a/python/obitools3/dms/dms.pyx +++ b/python/obitools3/dms/dms.pyx @@ -259,7 +259,7 @@ cdef class DMS(OBIWrapper): for command in self.command_line_history: s+=b"#" s+=command[b"time"] - s+=b"\n" + s+=b"\nobi " s+=command[b"command"] s+=b"\n" return s