summaryrefslogtreecommitdiff
path: root/cts/common/board.py
diff options
context:
space:
mode:
Diffstat (limited to 'cts/common/board.py')
-rw-r--r--cts/common/board.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/cts/common/board.py b/cts/common/board.py
index 7b09e2a9f1..a36ca1a3a7 100644
--- a/cts/common/board.py
+++ b/cts/common/board.py
@@ -167,9 +167,9 @@ class Board(object):
except (IOError, OSError):
continue
if not tty:
- raise ValueError('Unable to read ' + self.name + '\n'
- 'If you are running cat on a ttyACMx file,\n'
- 'please kill that process and try again')
+ raise ValueError('Unable to read ' + self.board + '. If you are running '
+ 'cat on a ttyACMx file, please kill that process and '
+ 'try again')
self.tty = tty
def read_tty(self):