Fix comment too long for pylint
Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
diff --git a/scripts/abi_check.py b/scripts/abi_check.py
index dfe7f9e..4fe7f54 100755
--- a/scripts/abi_check.py
+++ b/scripts/abi_check.py
@@ -207,7 +207,8 @@
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,