forked from M-Labs/artiq
Merge branch 'master' of https://github.com/m-labs/artiq
This commit is contained in:
commit
a5b6792f95
|
@ -110,7 +110,7 @@ class Lda:
|
||||||
self._product_ids[self.product],
|
self._product_ids[self.product],
|
||||||
self.serial)
|
self.serial)
|
||||||
if not self._dev:
|
if not self._dev:
|
||||||
raise IOError
|
raise IOError("Device not found")
|
||||||
|
|
||||||
def close(self):
|
def close(self):
|
||||||
"""Close the device."""
|
"""Close the device."""
|
||||||
|
|
Loading…
Reference in New Issue