From 64bbb17bc34ce4f1fbf5327f1a60f93d12f16880 Mon Sep 17 00:00:00 2001 From: Jack Marriott <39570581+jspectacular@users.noreply.github.com> Date: Wed, 16 Jan 2019 14:09:27 -0800 Subject: [PATCH] Update tn.py --- octal/bbu_flash/tn.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/octal/bbu_flash/tn.py b/octal/bbu_flash/tn.py index 010fb806b9..9232821ed4 100644 --- a/octal/bbu_flash/tn.py +++ b/octal/bbu_flash/tn.py @@ -39,8 +39,7 @@ os.chdir(cwd) tEnd = time.time() -print 'Time elapsed %f sec' % (tEnd - tStart) -print 'Unplug BDI' -print 'Cycle power on BBU' -print 'Run teraterm.py' - +print 'Time elapsed %f sec\n' % (tEnd - tStart) +print 'Unplug BDI\n' +print 'Cycle power on BBU\n' +print 'Run teraterm.py\n'