Skip to content

Commit

Permalink
finishes up with fixing the saving of the touch calibration data.
Browse files Browse the repository at this point in the history
  • Loading branch information
kdschlosser committed Dec 17, 2024
1 parent 27fdfae commit 8417d87
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,7 @@ def __init__(self, name):
mv = memoryview(blob)
try:
self._config.get_blob("ts_config", mv)
except OSError as err:
sys.print_exception(err)

except OSError:
self._alphaX = None
self._betaX = None
self._deltaX = None
Expand Down

0 comments on commit 8417d87

Please sign in to comment.