pull/167/head
liuzheng712 2016-03-23 17:07:57 +08:00
parent fa1f2404d9
commit 388ebe3bee
1 changed files with 4 additions and 4 deletions

View File

@ -198,10 +198,10 @@ class TermLogRecorder(object):
self._screen.reset()
else:
self._command()
print "<<<<<<<<<<<<<<<<"
print self._commands
print self.CMD
print ">>>>>>>>>>>>>>>>"
# print "<<<<<<<<<<<<<<<<"
# print self._commands
# print self.CMD
# print ">>>>>>>>>>>>>>>>"
self.log[str(time.time() - self.recoderStartTime)] = msg.decode('utf-8', 'replace')
def show(self):