Merge branch 'hotfix/nad-mixer' into develop

This commit is contained in:
Stein Magnus Jodal 2011-04-29 20:30:33 +02:00
commit c0b25a7e8d

View File

@ -190,7 +190,7 @@ class NadTalker(ThreadingActor):
# trailing whitespace.
if not self._device.isOpen():
self._device.open()
result = self._device.readline(eol='\n').strip()
result = self._device.readline().strip()
if result:
logger.debug('Read: %s', result)
return result