Skip to content

Commit 9defedb

Browse files
committed
Fix comment too long for pylint
Signed-off-by: Bence Szépkúti <[email protected]>
1 parent 0f2a4f3 commit 9defedb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/abi_check.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,8 @@ def _update_git_submodules(self, git_worktree_path, version):
207207

208208
try:
209209
# Try to update the submodules using local commits
210-
# (Git will sometimes insist on fetching the remote without --no-fetch if the submodules are shallow clones)
210+
# (Git will sometimes insist on fetching the remote without --no-fetch
211+
# if the submodules are shallow clones)
211212
update_output = subprocess.check_output(
212213
[self.git_command, "submodule", "update", "--init", '--recursive', '--no-fetch'],
213214
cwd=git_worktree_path,

0 commit comments

Comments
 (0)