mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-10-26 00:37:41 +03:00
Fix comment too long for pylint
Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
This commit is contained in:
@@ -207,7 +207,8 @@ class AbiChecker:
|
|||||||
|
|
||||||
try:
|
try:
|
||||||
# Try to update the submodules using local commits
|
# Try to update the submodules using local commits
|
||||||
# (Git will sometimes insist on fetching the remote without --no-fetch if the submodules are shallow clones)
|
# (Git will sometimes insist on fetching the remote without --no-fetch
|
||||||
|
# if the submodules are shallow clones)
|
||||||
update_output = subprocess.check_output(
|
update_output = subprocess.check_output(
|
||||||
[self.git_command, "submodule", "update", "--init", '--recursive', '--no-fetch'],
|
[self.git_command, "submodule", "update", "--init", '--recursive', '--no-fetch'],
|
||||||
cwd=git_worktree_path,
|
cwd=git_worktree_path,
|
||||||
|
|||||||
Reference in New Issue
Block a user