From c85401d686acf9524f07041e5aa61f67d2a32e03 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Tue, 17 Oct 2017 16:08:30 +0200 Subject: [PATCH] Closedown --- script/local.py | 6 +++--- script/tests/tests.properties | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/script/local.py b/script/local.py index 905e935..115685a 100644 --- a/script/local.py +++ b/script/local.py @@ -206,7 +206,7 @@ class UDPDatagram: #self.sock = socket.socket(socket.AF_INET, # Internet # socket.SOCK_DGRAM) # UDP #except socket.error, msg: - except msg: + except : print 'Failed to create socket. Error Code : ' + str(msg[0]) + ' Message ' + msg[1] sys.exit() @@ -217,7 +217,7 @@ class UDPDatagram: print 'message: ', binascii.hexlify(message) #self.sock.sendto(message, (self.serverName, self.serverPort)) #except socket.error, msg: - except msg: + except : print 'Failed to create socket. Error Code : ' + str(msg[0]) + ' Message ' + msg[1] sys.exit() @@ -226,7 +226,7 @@ class UDPDatagram: 'here should bind to socket' #self.sock.bind('', self.ThisPort) #except socket.error, msg: - except msg: + except: print 'Bind failed. Error Code : ' + str(msg[0]) + ' Message ' + msg[1] sys.exit() print 'Socket bind complete. ' diff --git a/script/tests/tests.properties b/script/tests/tests.properties index 9ebc9b5..4c347e4 100644 --- a/script/tests/tests.properties +++ b/script/tests/tests.properties @@ -1,5 +1,5 @@ #TestingList for pshell: configuration properties -#Tue Oct 17 16:06:54 CEST 2017 +#Tue Oct 17 16:07:13 CEST 2017 customPanel= showEnabledTestsOnly=true listFilter=rps-test