Commit edfef582 authored by liuzheng712's avatar liuzheng712

bug fix

parent ebef54ca
......@@ -399,6 +399,7 @@ class WebTerminalHandler(tornado.websocket.WebSocketHandler):
self.log_file_f.write('End time is %s' % datetime.datetime.now())
self.log.is_finished = True
self.log.end_time = datetime.datetime.now()
self.log.log_path = self.termlog.filename
self.log.save()
self.log_time_f.close()
self.ssh.close()
......
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