# SVN changeset patch # User imanay # Date 2013-10-06 14:53:04.334880 # Revision 262 Monitoring test Index: trunk/absroot/source/abspy/bin/server3.py =================================================================== diff --git a/trunk/absroot/source/abspy/bin/server3.py b/trunk/absroot/source/abspy/bin/server3.py --- a/trunk/absroot/source/abspy/bin/server3.py (revision 261) +++ b/trunk/absroot/source/abspy/bin/server3.py (revision 262) @@ -213,7 +213,7 @@ #Getting the filename from the begining of data filename = rx_buffer_lst[0] tmp = rx_buffer_lst[1] - self.__writeFile(filename,tmp) + self.__writeNewFile(filename,tmp) data = self.abs2ControlModuleFormatFile(filename) print data