mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-29 22:20:30 +00:00
Reindent line continuations for pylint
Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
parent
ae93a3f984
commit
c6b604e842
@ -41,9 +41,9 @@ def get_src_files() -> List[str]:
|
|||||||
Use git ls-files to get a list of the source files
|
Use git ls-files to get a list of the source files
|
||||||
"""
|
"""
|
||||||
git_ls_files_cmd = ["git", "ls-files",
|
git_ls_files_cmd = ["git", "ls-files",
|
||||||
"*.[hc]",
|
"*.[hc]",
|
||||||
"tests/suites/*.function",
|
"tests/suites/*.function",
|
||||||
"scripts/data_files/*.fmt"]
|
"scripts/data_files/*.fmt"]
|
||||||
|
|
||||||
result = subprocess.run(git_ls_files_cmd, stdout=subprocess.PIPE, \
|
result = subprocess.run(git_ls_files_cmd, stdout=subprocess.PIPE, \
|
||||||
stderr=STDERR_UTF8, check=False)
|
stderr=STDERR_UTF8, check=False)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user