mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-29 08:24:11 -04:00
Adapt code_style.py
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
parent
f5a1785ea9
commit
9e2ff40850
@ -71,6 +71,7 @@ def get_src_files(since: Optional[str]) -> List[str]:
|
||||
"""
|
||||
file_patterns = ["*.[hc]",
|
||||
"tests/suites/*.function",
|
||||
"tf-psa-crypto/tests/suites/*.function",
|
||||
"scripts/data_files/*.fmt"]
|
||||
output = subprocess.check_output(["git", "ls-files"] + file_patterns,
|
||||
universal_newlines=True)
|
||||
|
Loading…
x
Reference in New Issue
Block a user