mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-07-30 07:47:48 +00:00
Fix comment too long for pylint
Signed-off-by: Bence Szépkúti <[email protected]>
This commit is contained in:
@@ -207,7 +207,8 @@ class AbiChecker:
|
||||
|
||||
try:
|
||||
# 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(
|
||||
[self.git_command, "submodule", "update", "--init", '--recursive', '--no-fetch'],
|
||||
cwd=git_worktree_path,
|
||||
|
||||
Reference in New Issue
Block a user