]> Git Repo - u-boot.git/commitdiff
test: fix pylint error in u_boot_console_exec_attach.py
authorHeinrich Schuchardt <[email protected]>
Mon, 22 Nov 2021 23:01:49 +0000 (00:01 +0100)
committerHeinrich Schuchardt <[email protected]>
Fri, 26 Nov 2021 21:02:37 +0000 (22:02 +0100)
* provide module docstring

Signed-off-by: Heinrich Schuchardt <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
test/py/u_boot_console_exec_attach.py

index 27834b55cdd96e707fdffb6c9ce429ea34db2a09..8dd8cc1230ce1d617aea340c462938062a274bb7 100644 (file)
@@ -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
This page took 0.03282 seconds and 4 git commands to generate.