chore: fix pylint-2.7 errors (#33233)
This commit is contained in:
parent
fdb60240f3
commit
45e2f86fe0
13 changed files with 30 additions and 32 deletions
|
@ -23,7 +23,7 @@ def main():
|
|||
filepaths.append(os.path.join(root, f))
|
||||
except KeyboardInterrupt:
|
||||
print('Keyboard interruption. Please try again.')
|
||||
return
|
||||
return 0
|
||||
|
||||
totalBrokenLinks = 0
|
||||
for path in filepaths:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue