summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2021-11-23 02:01:49 +0300
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2021-11-27 00:02:37 +0300
commit2b5e7108594d4e100c88f44353d1fed6456d6471 (patch)
treeb4a3b3ca5d9b6b6f10e3d6880f1caa17219776c2
parent6e6d37f7f9ed860a44443d144e1e689a72f05c78 (diff)
downloadu-boot-2b5e7108594d4e100c88f44353d1fed6456d6471.tar.xz
test: fix pylint error in u_boot_console_exec_attach.py
* provide module docstring Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Simon Glass <sjg@chromium.org>
-rw-r--r--test/py/u_boot_console_exec_attach.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/py/u_boot_console_exec_attach.py b/test/py/u_boot_console_exec_attach.py
index 27834b55cd..8dd8cc1230 100644
--- a/test/py/u_boot_console_exec_attach.py
+++ b/test/py/u_boot_console_exec_attach.py
@@ -2,8 +2,10 @@
# Copyright (c) 2015 Stephen Warren
# Copyright (c) 2015-2016, NVIDIA CORPORATION. All rights reserved.
-# Logic to interact with U-Boot running on real hardware, typically via a
-# physical serial port.
+"""
+Logic to interact with U-Boot running on real hardware, typically via a
+physical serial port.
+"""
import sys
from u_boot_spawn import Spawn