Commit 388ebe3b authored by liuzheng712's avatar liuzheng712

update

parent fa1f2404
...@@ -198,10 +198,10 @@ class TermLogRecorder(object): ...@@ -198,10 +198,10 @@ class TermLogRecorder(object):
self._screen.reset() self._screen.reset()
else: else:
self._command() self._command()
print "<<<<<<<<<<<<<<<<" # print "<<<<<<<<<<<<<<<<"
print self._commands # print self._commands
print self.CMD # print self.CMD
print ">>>>>>>>>>>>>>>>" # print ">>>>>>>>>>>>>>>>"
self.log[str(time.time() - self.recoderStartTime)] = msg.decode('utf-8', 'replace') self.log[str(time.time() - self.recoderStartTime)] = msg.decode('utf-8', 'replace')
def show(self): def show(self):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment