From a3dd038e798959785ca445db4db007761c658fbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adolfo=20G=C3=B3mez=20Garc=C3=ADa?= Date: Wed, 4 Mar 2020 15:23:54 +0100 Subject: [PATCH] Testing clients --- client/full/src/UDSClient.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/full/src/UDSClient.py b/client/full/src/UDSClient.py index fdd813a2..a616f88b 100755 --- a/client/full/src/UDSClient.py +++ b/client/full/src/UDSClient.py @@ -211,7 +211,7 @@ class UDSClient(QtGui.QMainWindow): # if QtGui.QMessageBox.warning(None, 'ACCESS Warning', errorString, QtGui.QMessageBox.Yes | QtGui.QMessageBox.No) == QtGui.QMessageBox.No: # raise Exception('Server not approved. Access denied.') - + logger.debug('Script: {}'.format(script)) six.exec_(script, globals(), {'parent': self, 'sp': params}) except RetryException as e: