mirror of
https://xff.cz/git/u-boot/
synced 2025-09-03 09:42:22 +02:00
patman: Convert camel case in terminal.py
Convert this file to snake case and update all files which use it. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -18,7 +18,7 @@ from patman import gitutil
|
||||
from patman import patchstream
|
||||
from patman import terminal
|
||||
from patman import tools
|
||||
from patman.terminal import Tprint
|
||||
from patman.terminal import tprint
|
||||
|
||||
def GetPlural(count):
|
||||
"""Returns a plural 's' if count is not 1"""
|
||||
@@ -362,7 +362,7 @@ def DoBuildman(options, args, toolchains=None, make_func=None, boards=None,
|
||||
else:
|
||||
commits = None
|
||||
|
||||
Tprint(GetActionSummary(options.summary, commits, board_selected,
|
||||
tprint(GetActionSummary(options.summary, commits, board_selected,
|
||||
options))
|
||||
|
||||
# We can't show function sizes without board details at present
|
||||
|
Reference in New Issue
Block a user