mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-06-06 11:40:59 +03:00
whitespace fix
Signed-off-by: Dave Rodgman <dave.rodgman@gmail.com>
This commit is contained in:
parent
e67ffd6d20
commit
dd7b24c3bf
@ -86,7 +86,7 @@ def get_src_files(since: Optional[str]) -> List[str]:
|
|||||||
output = subprocess.check_output(cmd, universal_newlines=True)
|
output = subprocess.check_output(cmd, universal_newlines=True)
|
||||||
committed_changed_files = output.split()
|
committed_changed_files = output.split()
|
||||||
# and also get all files with uncommitted changes
|
# and also get all files with uncommitted changes
|
||||||
cmd = ["git", "diff", "--name-only", "--" ] + src_files
|
cmd = ["git", "diff", "--name-only", "--"] + src_files
|
||||||
output = subprocess.check_output(cmd, universal_newlines=True)
|
output = subprocess.check_output(cmd, universal_newlines=True)
|
||||||
uncommitted_changed_files = output.split()
|
uncommitted_changed_files = output.split()
|
||||||
src_files = list(set(committed_changed_files + uncommitted_changed_files))
|
src_files = list(set(committed_changed_files + uncommitted_changed_files))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user