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'