Skip to content

Commit 8417d87

Browse files
committed
finishes up with fixing the saving of the touch calibration data.
1 parent 27fdfae commit 8417d87

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

api_drivers/py_api_drivers/frozen/indev/touch_calibration/touch_cal_data.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,7 @@ def __init__(self, name):
9999
mv = memoryview(blob)
100100
try:
101101
self._config.get_blob("ts_config", mv)
102-
except OSError as err:
103-
sys.print_exception(err)
104-
102+
except OSError:
105103
self._alphaX = None
106104
self._betaX = None
107105
self._deltaX = None

0 commit comments

Comments
 (0)