From 1d877dc6c7523fbc38bafa29d27d9c0c73f72eff Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期三, 13 三月 2019 10:24:15 +0800
Subject: [PATCH] 3049 【主干】【1.6】合服许愿池第一天奖励不能领取

---
 Tool/RobotTest/Robot/RobotBase.py |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/Tool/RobotTest/Robot/RobotBase.py b/Tool/RobotTest/Robot/RobotBase.py
index 211c67a..9806d0c 100644
--- a/Tool/RobotTest/Robot/RobotBase.py
+++ b/Tool/RobotTest/Robot/RobotBase.py
@@ -371,7 +371,11 @@
             self.allsend += sendPack.GetLength()
             logging.debug( "%s send %d bytes data. recvAll:%d sendAll:%d ALL:%d" % \
                           ( str(self), sendPack.GetLength(), self.allrecv, self.allsend, self.allrecv+self.allsend ) )
-        self.__mgr.SendData( self.__peer, sendPack.GetBuffer(), sendPack.GetLength() )
+            
+        try:
+            self.__mgr.SendData( self.__peer, sendPack.GetBuffer(), sendPack.GetLength() )
+        except:
+            print self.__peer, sendPack.OutputString()
         
     
     ## py自定义包mapserver包

--
Gitblit v1.8.0