Merge pull request #99 from Atheros1/master
Print out error no matter what the error is
This commit is contained in:
commit
0b5c5b2931
|
@ -1245,7 +1245,7 @@ class receiveDataThread(QThread):
|
||||||
try:
|
try:
|
||||||
self.sock.send(headerData + payload)
|
self.sock.send(headerData + payload)
|
||||||
except Exception, err:
|
except Exception, err:
|
||||||
if not 'Bad file descriptor' in err:
|
#if not 'Bad file descriptor' in err:
|
||||||
printLock.acquire()
|
printLock.acquire()
|
||||||
sys.stderr.write('sock.send error: %s\n' % err)
|
sys.stderr.write('sock.send error: %s\n' % err)
|
||||||
printLock.release()
|
printLock.release()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user