2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-28 20:53:35 +08:00
This commit is contained in:
Sebastien Bourdeauducq 2015-07-07 15:29:22 +02:00
commit a5b6792f95

View File

@ -110,7 +110,7 @@ class Lda:
self._product_ids[self.product],
self.serial)
if not self._dev:
raise IOError
raise IOError("Device not found")
def close(self):
"""Close the device."""